Mureka | Extend Lyrics
Continue and extend existing song lyrics by providing the beginning of the lyrics to be continued.
Quick Start
Requires an each::labs API key. Get one at eachlabs.ai.
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "mureka-extend-lyrics",
"version": "0.0.1",
"input": {
"lyrics": "Walking through the city lights\nSearching for a sign tonight\nEvery shadow tells a story\nEvery star reflects the glory"
}
}'
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| lyrics | string | false | Lyrics to be continued. |
Examples
Extend a verse:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "mureka-extend-lyrics",
"version": "0.0.1",
"input": {
"lyrics": "Verse 1:\nThe morning sun breaks through the haze\nAnother chapter, brand new days\n\nChorus:\nWe rise above the noise and fear"
}
}'
Continue a chorus:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "mureka-extend-lyrics",
"version": "0.0.1",
"input": {
"lyrics": "Hold my hand and do not let go\nThrough the fire and through the snow\nWe will find our way back home"
}
}'
Related Models
- mureka-generate-lyrics - Generate lyrics from a prompt
- mureka-extend-song - Extend a song with new audio
- mureka-generate-instrumental - Generate instrumental music