Convert existing music tracks to high-quality WAV format.
callBackUrl. You’ll immediately receive a taskId, and your callback will include a download URL for the WAV file when conversion completes.
taskId: Use the parent generation task IDaudioId: Pinpoint a specific track (best if multiple tracks exist)callBackUrl receives a JSON payload with the WAV download URLtaskId to match your requesttaskId (string)taskId or audioId must be provided (supplying both is preferred)audioId (string)taskId or audioId must be providedcallBackUrl (string, uri)🔑 API Authentication
All endpoints require authentication using Bearer Token.
Add to request headers:
Authorization: Bearer YOUR_API_KEY⚠️ Note:
- Keep your API Key secure and do not share it with others
- If you suspect your API Key has been compromised, reset it immediately from the management page
The task ID of the music generation task. At least one of taskId or audioId must be provided.
"5c79****be8e"
The audio ID of the specific track to convert. At least one of taskId or audioId must be provided.
"5c79****be8e"
The URL to receive WAV conversion completion notification. Callback includes a single download URL for the converted WAV file.
"https://api.example.com/callback"
Request successful
Status code. 200 - Request successful, 400 - Invalid parameters, 401 - Unauthorized access, 404 - Invalid request method or path, 405 - Rate limit exceeded, 413 - Theme or prompt too long, 429 - Insufficient credits, 430 - Your call frequency is too high. Please try again later, 455 - System maintenance, 500 - Server error
200, 400, 401, 404, 405, 413, 429, 430, 455, 500 200
Error message when code != 200
"success"