Submit WAV Conversion Task
Music Series
Convert to WAV
Convert generated music tracks to high-quality WAV format
POST
Submit WAV Conversion Task
Documentation Index
Fetch the complete documentation index at: https://docs.vidgo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Usage Guide
- This endpoint converts generated music tracks to high-quality WAV format
- WAV files provide lossless audio quality for professional use
- The download URL for the WAV file is delivered via the callback
Parameter Details
task_id(required): Task ID from a completed music generation (Generate Music or Extend Music)audio_id(required): Specific audio track identifier from the callback data
Developer Notes
- Each audio track can only be converted to WAV once
- The callback will include a download URL for the high-quality WAV file
- WAV files are significantly larger than compressed formats - plan storage accordingly
Authorizations
All API endpoints require Bearer Token authentication
Get your API Key:
Visit the API Key Management Page to get your API Key
Add it to the request header:
Authorization: Bearer VIDGO_API_KEYBody
application/json
API model identifier.
Must be convert-to-wav for this endpoint.
Available options:
convert-to-wav Example:
"convert-to-wav"
Webhook callback URL for result notifications.
The endpoint will receive POST requests with WAV conversion completion status and high-quality file download URL.
Example:
"https://your-domain.com/callback"
Input parameters for WAV conversion