cURL
curl --request POST \ --url https://api.ttapi.io/flowmusic/v1/upload-audio \ --header 'Content-Type: application/json' \ --header 'TT-API-KEY: <api-key>' \ --data ' { "audio_url": "<string>", "hook_url": "<string>" } '
{ "status": "SUCCESS", "message": "success", "data": { "job_id": "job_id" } }
Upload your own audio for further processing
Please visit TTAPI Dashboard to obtain your API key.
Audio file URL to upload, only supports common audio file extensions
Business callback URL after task completion; no callback push when empty
Request successful
"SUCCESS"
"success"
{ "job_id": "job_id" }