cURL
curl --request POST \ --url https://api.ttapi.io/producer/v1/variation \ --header 'Content-Type: application/json' \ --header 'TT-API-KEY: <api-key>' \ --data ' { "music_id": "<string>", "is_storage": "false", "hook_url": "<string>" } '
{ "status": "SUCCESS", "message": "success", "data": { "job_id": "job_id" } }
Generate a new music with similar effect based on the seed value of the previous music
You can obtain your API key from the TTAPI Dashboard.
Parent task's musicId
Whether to save
Callback notification URL. The data returned is consistent with the task result query response
Request successful
"SUCCESS"
"success"
{ "job_id": "job_id" }