When music generation tasks are completed, the system will send results to your provided callback URL via POST request
callBackUrl
parameter to set a callback URL. When the task is completed, the system will automatically push the results to your specified address.
text
stage)first
stage)complete
stage)callBackUrl
in the following format:
Status Code | Description |
---|---|
200 | Success - Music generation completed |
400 | Bad Request - Parameter error or content violation |
401 | Unauthorized - Invalid API key |
413 | Content Too Long - Prompt or style description exceeds limit |
429 | Insufficient Credits - Account credit balance insufficient |
500 | Server Error - Please retry later |
text
: Text generation completedfirst
: First music track generatedcomplete
: All music tracks generatedfailed
: Task failedNetwork Connection Issues
Server Response Issues
Content Format Issues
Music Processing Issues
Callback Stage Processing