{
"async_mode": false,
"audio_id": "string",
"vocal_start": "string",
"vocal_end": "string",
"property1": "string",
"property2": "string"
}curl --location 'https://aigc.ff-api.cn/suno/vox' \
--header 'X-API-Key;' \
--header 'Content-Type: application/json' \
--data '{
"async_mode": false,
"audio_id": "string",
"vocal_start": "string",
"vocal_end": "string",
"property1": "string",
"property2": "string"
}'{
"success": true,
"task_id": "string",
"trace_id": "string",
"data": {
"id": "string",
"root_clip_id": "string",
"vocal_audio_url": "string",
"state": "string",
"vocal_start": 0,
"vocal_end": 0,
"wav_file_url": "string"
}
}