Why teams evaluate this API
Built for teams adding lyric ideation, songwriting assistance, or creator tools into their products.
Generate editable lyrics from themes, moods, and genres with a lightweight API that fits writing, ideation, and song prototyping flows.
Built for teams adding lyric ideation, songwriting assistance, or creator tools into their products.
Set OMNAPI_KEY on your server and create REQUEST_ID once for this logical request. Reuse that ID on transport retries. A new generation can incur a charge; review current pricing first.
curl --fail-with-body --max-time 60 -X POST "https://api.omnapi.com/api/v1/producer/generate/lyrics" \
-H "x-api-key: $OMNAPI_KEY" \
-H "Idempotency-Key: $REQUEST_ID" \
-H "Content-Type: application/json" \
--data '{
"prompt": "English indie pop lyrics about leaving a coastal town at dawn, two verses and a chorus"
}'The prompt allows up to 3,000 characters. Review and edit the lyric draft before sending it to a composition endpoint.
See the authentication and task quickstart and complete request schema.
It fits creator tools, songwriting products, and teams that want AI-assisted lyric ideation inside their own applications.
Yes. It is designed to work alongside the composition and modification APIs as part of a larger music workflow.