Skip to main content
POST
/
v1
/
lyrics
V1 Generate Lyrics
curl --request POST \
  --url https://api.topmediai.com/v1/lyrics \
  --header 'Content-Type: application/json' \
  --data '{
  "prompt": "<string>"
}'
"<any>"

Headers

x-api-key
string

Body

application/json
prompt
string
required

Mandatory parameter, generated song style

Minimum length: 1

Response

Successful Response

The response is of type any.

I