cURL
curl --request POST \ --url https://api.ttapi.io/suno/v1/gen-bpm \ --header 'Content-Type: application/json' \ --header 'TT-API-KEY: <api-key>' \ --data ' { "music_id": "<string>" } '
{ "status": "SUCCESS", "message": "success", "data": { "avg_bpm": "<string>", "max_bpm": "<string>", "min_bpm": "<string>" } }
授权字段,控制台获取授权信息
歌曲id
请求成功
"SUCCESS"
"success"
显示 子属性