cURL
curl --request POST \ --url https://api.ttapi.io/producer/v1/stems \ --header 'Content-Type: application/json' \ --header 'TT-API-KEY: <api-key>' \ --data ' { "music_id": "<string>", "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
Вы можете получить API-ключ в TTAPI Dashboard.
Parent task's musicId
Callback notification URL. The data returned is consistent with the task result query response
Запрос выполнен успешно
"SUCCESS"
"success"
{ "job_id": "job_id" }