Music Series
Replace Section
Replace specific sections of generated music tracks
POST
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 replaces a specific time range of an existing music track with new content
- Useful for editing verses, choruses, or any specific part of a generated track
- The replacement content is generated based on your prompt and style tags
Parameter Details
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)
Developer Notes
- Ensure
infill_end_sis always greater thaninfill_start_s - The time range should be within the duration of the original track
- Use
full_lyricswhen you want to maintain lyrical consistency across the entire track
Optional parameters
negative_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 notifications
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 replace-section for this endpoint.
Available options:
replace-section Example:
"replace-section"
Input parameters for section replacement
Webhook callback URL for result notifications
Example:
"https://your-domain.com/callback"