When upload and extend audio 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 - Extension completed |
400 | Bad Request - Parameter error or invalid audio file |
401 | Unauthorized - Invalid API key |
413 | Content Too Long - Audio file too large or duration exceeds limit |
429 | Insufficient Credits - Account credit balance insufficient |
500 | Server Error - Please retry later |
text
: Text generation completefirst
: First extension completecomplete
: All extensions completefailed
: Task failedNetwork Connection Issues
Server Response Issues
Extension Parameter Issues
Callback Stage Processing