Music Series
Generate Persona
Create reusable musical personas from existing audio 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 creates a reusable musical persona from an existing audio track
- Personas capture the vocal style, genre characteristics, and musical personality
- Once created, personas can be used with the Generate Music endpoint via the
persona_idparameter
Parameter Details
task_id(required): Task ID from a completed music generation (Generate, Extend, Upload Cover, or Upload Extend)audio_id(required): Specific audio track identifier from the callback dataname(required): A descriptive name that captures the musical style or characterdescription(required): Detailed description including:- Genre and mood
- Instrumentation preferences
- Vocal characteristics
- Unique musical personality traits
Developer Notes
- Each audio track can only have one persona created from it
- If a persona already exists for the audio, the API returns error code 409
- You can apply the
persona_idto the following endpoints: - Provide detailed descriptions for best results when using the 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 generate-persona for this endpoint.
Available options:
generate-persona Example:
"generate-persona"
Input parameters for persona generation
Webhook callback URL for result notifications
Example:
"https://your-domain.com/callback"