Submit Music Cover Generation Task
Music Series
Generate Music Cover
Create cover images for generated music.
POST
Submit Music Cover Generation 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 creates a cover version of an existing music track
- Requires a valid task_id from a previously generated music task
- The cover will be a new interpretation of the original track
Parameter Details
task_id(required): The task ID from a completed music generation task- Must be a valid task_id returned from the Generate Music or Extend Music endpoints
- The original task must have completed successfully
Developer Notes
- A cover can only be generated once per original task
- Results are delivered via the callback URL when processing is complete
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 generate-music-cover for this endpoint.
Available options:
generate-music-cover Example:
"generate-music-cover"
Webhook callback URL for result notifications.
The system will send POST requests to this URL when cover generation is complete, including task status and results.
Example:
"https://your-domain.com/callback"
Input parameters for cover generation