Skip to main content
POST
generate lyrics
This is an async task. The response contains a taskId — use Get Task Status to poll for the generated lyrics.

Models

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
lyrics_model
enum<string>
required

The model to use for generating lyrics.

Available options:
default,
remi-v1
Example:

"default"

prompt
string
required

The prompt to use for generating lyrics.

Example:

"A happy song about a girl and a boy."

Response

201 - application/json
taskId
string
required

task id. Use this id to query task status.

Example:

"15c257ff-43f7-4678-bd41-202ad6b8488b"