cURL
curl --request POST \ --url https://api.ttapi.io/flowmusic/v1/download-audio \ --header 'Content-Type: application/json' \ --header 'TT-API-KEY: <api-key>' \ --data ' { "clip_id": "<string>", "format": "mp3", "hook_url": "<string>" } '
{ "status": "SUCCESS", "message": "success", "data": { "job_id": "job_id" } }
Download audio
Please visit TTAPI Dashboard to obtain your API key.
Music clip_id to download.
Download audio format; defaults to mp3 when empty
wav
mp3
Business callback URL after task completion; no callback push when empty
Request successful
"SUCCESS"
"success"
{ "job_id": "job_id" }