Replace specific sections of generated music tracks
task_id (required): The original task ID from a completed music generationaudio_id (required): The specific audio track identifier from the callback dataprompt (required): Description of the replacement content (lyrics or musical description)tags (required): Style tags for the replacement sectiontitle (required): Title for the resulting trackinfill_start_s (required): Start time in seconds (minimum 0, up to 2 decimals)infill_end_s (required): End time in seconds (must be greater than start time)infill_end_s is always greater than infill_start_sfull_lyrics when you want to maintain lyrical consistency across the entire tracknegative_tags (string): Styles to exclude from the replacement sectionfull_lyrics (string): Complete lyrics for the entire track after modificationcallback_url (string): Webhook URL for receiving completion notificationsAll 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_KEYAPI model identifier.
Must be replace-section for this endpoint.
replace-section "replace-section"
Input parameters for section replacement
Webhook callback URL for result notifications
"https://your-domain.com/callback"