cURL
curl --request POST \ --url https://api.ttapi.io/flowmusic/v1/stems \ --header 'Content-Type: application/json' \ --header 'TT-API-KEY: <api-key>' \ --data ' { "clip_id": "<string>", "hook_url": "<string>" } '
{ "status": "SUCCESS", "message": "success", "data": { "job_id": "job_id" } }
Generate a new music with similar effect based on previous music’s seed value
Please visit TTAPI Dashboard to obtain your API key.
Music clip_id for stem separation.
Business callback URL after task completion; no callback push when empty
Request successful
"SUCCESS"
"success"
{ "job_id": "job_id" }