cURL
curl --request POST \ --url https://api.ttapi.io/producer/v1/download \ --header 'Content-Type: application/json' \ --header 'TT-API-KEY: <api-key>' \ --data ' { "music_id": "<string>", "format": "wav" } '
{ "status": "SUCCESS", "message": "success", "data": { "job_id": "job_id" } }
Download audio in various formats
You can obtain your API key from the TTAPI Dashboard.
Parent task's musicId
Supported format options
wav
mp3
Request successful
"SUCCESS"
"success"
{ "job_id": "job_id" }