Music Series
Generate Lyrics
AI-powered lyrics generation based on themes and descriptions
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 generates song lyrics based on your theme or description
- Multiple lyric variations may be generated for each request
- Use the generated lyrics with the Generate Music endpoint in Custom Mode
Parameter Details
prompt(required): Description of the desired lyrics content- Be specific about theme, mood, style, or story elements
- Maximum length: 200 words
- Include details like genre feel, emotional tone, and narrative elements
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-lyrics for this endpoint.
Available options:
generate-lyrics Example:
"generate-lyrics"
Webhook callback URL for result notifications.
The endpoint will receive POST requests when generation completes, including results and variations.
Example:
"https://your-domain.com/callback"
Input parameters for lyrics generation