Create lyrics for music using AI models without generating audio tracks.
taskId immediately and the completed lyrics via your callback.
callBackUrl when completetaskId to correlate results in your systempromptcallBackUrlcomplete event with generated lyricstaskId in the payload to match requeststaskId: Returned straight away to track the job🔑 API Authentication
All endpoints require authentication using Bearer Token.
Add to request headers:
Authorization: Bearer YOUR_API_KEY⚠️ Note:
- Keep your API Key secure and do not share it with others
- If you suspect your API Key has been compromised, reset it immediately from the management page
Detailed description of the desired lyrics content. Be specific about themes, moods, styles, and song structure you want. The more detailed your prompt, the more closely the generated lyrics will match your vision. The maximum word limit is 200 words.
"A song about peaceful night in the city"
The URL to receive lyrics generation results when complete. Required. Unlike music generation, lyrics callback has only one stage: complete (generation finished). Alternatively, you can poll a details endpoint.
"https://api.example.com/callback"
Request successful
Status code. 200 - Request successful, 400 - Invalid parameters, 401 - Unauthorized access, 404 - Invalid request method or path, 405 - Rate limit exceeded, 413 - Theme or prompt too long, 429 - Insufficient credits, 430 - Your call frequency is too high. Please try again later, 455 - System maintenance, 500 - Server error
200, 400, 401, 404, 405, 413, 429, 430, 455, 500 200
Error message when code != 200
"success"