Layer AI-generated vocals on top of an existing instrumental
upload_url: URL of the instrumental audio file
prompt: Lyrics or description for the vocals
title: Name for the generated track
style: Music style to guide vocal delivery
negative_tags: Styles to exclude from generation
prompt parameter serves as both lyrics and creative direction for the vocalsstyle to specify the vocal delivery style (e.g., “Pop Ballad”, “Rock”, “R&B”)vocal_gender for more control over the vocal outputmodel (string): AI model version. Options: V4_5PLUS (default), V5.
vocal_gender (string): Vocal gender preference. Use m for male, f for 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.
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_KEYAPI model identifier.
Must be add-vocals for this endpoint.
add-vocals "add-vocals"
Input parameters for vocal generation
Webhook callback URL for result notifications
"https://your-domain.com/callback"