ModelsLab/Lyrics Generator
lyrics-generatorGenerate original, genre-specific song lyrics instantly using advanced NLP and machine learning—customize by theme, mood, or language, perfect for musicians and content creators seeking fresh, copyright-free lyrics.
API Endpoint URL
Base URL for all API requests to this endpoint.
https://modelslab.com/api/v6/voice/lyrics_generator
API Authentication
Authentication requires a valid API key included in the request. Generate and manage your API keys from your developer dashboard. Include the key in the key parameter for all API requests.
Integration Examples
Production-ready code samples for API integration
{"prompt": "a song about summer","length": "short","webhook": null,"track_id": null,"key": "YOUR_API_KEY"}
SDKs
Official SDKs
Production-ready SDKs and client libraries for all major programming languages
API Parameters
Technical specifications for API request parameters.
| Field Name | Parameter | Technical Description |
|---|---|---|
| Prompt | prompt | prompt with which lyrics should be generated. |
| Length | length | Desired length of generated lyrics. default:short |
| webhook | webhook | URL to receive POST API call when complete |
| track_id | track_id | ID for webhook identification |