POST
/
v1
/
lyrics
curl --request POST \
  --url https://api.topmediai.com/v1/lyrics \
  --header 'Content-Type: application/json' \
  --data '{
  "prompt": "Happy songs"
}'
"<any>"

Headers

x-api-key
string

Body

application/json
prompt
string
required

Mandatory parameter, generated song style

Required string length: 1 - 200
Example:

"Happy songs"

Response

200
application/json
Successful Response

The response is of type any.