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

Response

200
application/json
Successful Response

The response is of type any.