Music Series
Upload and Extend Audio
Extend audio tracks while preserving the original style
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 uploaded audio files while preserving the original style
- Upload an existing audio track and specify where to continue from
- The AI generates additional content that seamlessly blends with the original
- Uploaded audio files must not exceed 8 minutes in length (Note: For V4_5ALL model, max 1 minute)
Parameter Details
-
When
default_param_flag: true(Custom Parameters Mode):- Full control over style, title, and other parameters
-
If
instrumental: true: onlystyle,title, andupload_urlare required -
If
instrumental: false:style,title,prompt(used as exact lyrics), andupload_urlare required -
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:
-
When
default_param_flag: false:- Only
upload_urlis required. Ifinstrumental: false, lyrics will be automatically generated
- Only
Developer Notes
- Recommendation: Use
default_param_flag: falsefor quick extensions that maintain the original style - The
continue_atparameter determines where the extension begins - set it to the point where you want new content to start
Optional parameters
-
prompt(string): Description or lyrics for the extended audio. Required whendefault_param_flagistrueandinstrumentalisfalse. The prompt will be used strictly as lyrics. Whendefault_param_flagisfalse, lyrics will be automatically generated based on the prompt. -
style(string): Music style specification. Required whendefault_param_flagistrue. -
title(string): Track title for the extended audio. Character limits vary by model (V4: 80, V4_5 & V4_5PLUS & V5: 100, V4_5ALL: 80). -
negative_tags(string): Music styles to exclude from generation. -
vocal_gender(string): Vocal gender preference. Usemfor male,ffor female. Note: This parameter can only increase the probability but cannot guarantee the specified gender. -
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 generated 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 upload-and-extend-audio for this endpoint.
Available options:
upload-and-extend-audio Example:
"upload-and-extend-audio"
Input parameters for audio extension
Webhook callback URL for result notifications
Example:
"https://your-domain.com/callback"