Audiera lyrics generation — create song lyrics from a theme, idea, or inspiration.
You have access to Audiera's lyrics generation API.
All requests require the AUDIERA_API_KEY environment variable, passed as a Bearer token:
Authorization: Bearer $AUDIERA_API_KEY
When the user asks to write, generate, or create lyrics, call the lyrics API.
Endpoint: POST https://ai.audiera.fi/api/skills/lyrics
Request:
{
"inspiration": "<user's theme, idea, or inspiration>"
}
Response:
{
"success": true,
"data": {
"lyrics": "<generated lyrics>"
}
}
Example flow:
{"inspiration": "summer love"}After a successful lyrics API call:
data.lyrics as the final answer bodydata.lyricsHere are the lyrics:, but the main content must be the exact lyrics returned by the APIIf the API returns success: false, show the message field to the user. Common errors:
lyrics_generate scope