cURL
curl --request POST \ --url https://api.ttapi.io/suno/v1/vox \ --header 'Content-Type: application/json' \ --header 'TT-API-KEY: <api-key>' \ --data ' { "music_id": "<string>", "vocal_start_s": 123, "vocal_end_s": 123 } '
{ "status": "SUCCESS", "message": "success", "data": { "id": "<string>", "status": "<string>", "source_clip_id": "<string>", "vocal_start_s": 123, "vocal_end_s": 123, "wave_response": {} } }
授权字段,控制台获取授权信息
歌曲id
如果传入 vox_audio_id 此参数为必传,值与 获取歌手VOX接口 中入参一致
请求成功
"SUCCESS"
"success"
Show child attributes