Convert an existing music track to high-quality WAV format.
taskId identifies the original music generation taskaudioId specifies which audio track to convert when multiple variations existAll APIs require authentication via Bearer Token.
Get API Key:
Usage: Add to request header: Authorization: Bearer YOUR_API_KEY
Note:
Unique identifier of the music generation task. This should be a taskId returned from either the "Generate Music" or "Extend Music" endpoints.
"5c79****be8e"
Unique identifier of the specific audio track to convert. This ID is returned in the callback data after music generation completes.
"e231****-****-****-****-****8cadc7dc"
The URL to receive WAV conversion task completion updates. Required for all WAV conversion requests.
"https://api.example.com/callback"
Request successful
Response status code
200, 400, 401, 402, 404, 409, 422, 429, 455, 500 Error message when code != 200
"success"