POST
/
v1
/
music
curl --request POST \
  --url https://api.topmediai.com/v1/music \
  --header 'Content-Type: application/json' \
  --data '{
  "is_auto": 1,
  "prompt": "Happy songs",
  "lyrics": "Enter the lyrics you'\''ve created",
  "title": "Happy Songs",
  "instrumental": 0
}'
"<any>"

Headers

x-api-key
string

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.