Music Series
Extend Music
Extend or modify existing music by creating a continuation based on a source audio track
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 extends an existing audio track from a specified point
- You can customize the extension with new style, prompt, and title, or inherit from the original track
- Use
default_param_flagto control whether to use custom parameters or original track settings
Parameter Details
-
In Custom Mode (
default_param_flag: true):-
prompt,style,title, andcontinue_atare required -
continue_atspecifies the timestamp (in seconds) where extension begins -
Character limits vary by model:
- V4:
prompt3000 characters,style200 characters,title80 characters - V4_5 & V4_5PLUS:
prompt5000 characters,style1000 characters,title100 characters - V4_5ALL:
prompt5000 characters,style1000 characters,title80 characters - V5:
prompt5000 characters,style1000 characters,title100 characters
- V4:
-
-
In Simple Mode (
default_param_flag: false):- Only
audio_idandmvare required
- Only
Developer Notes
-
Ensure you have a valid
audio_idfrom a previously generated track before using this endpoint -
The extension will seamlessly continue from the specified
continue_attimestamp
Optional parameters
-
negative_tags(string): Music styles or characteristics to exclude from the extension. -
vocal_gender(string): Vocal gender preference. Usemfor male,ffor female. Note: This parameter increases the probability but cannot guarantee adherence. -
style_weight(number): Strength of adherence to style. Range 0-1, up to 2 decimals. -
weirdness_constraint(number): Controls creative deviation. Range 0-1, up to 2 decimals. -
audio_weight(number): Balance weight for audio features. Range 0-1, up to 2 decimals. -
persona_id(string): Persona ID to apply to the extended music. How to generate persona_id, visit generate-persona.
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 extend-music for this endpoint.
Available options:
extend-music Example:
"extend-music"
Input parameters for music extension
Webhook callback URL for result notifications.
Endpoint that receives task completion updates.
Example:
"https://your-domain.com/callback"