POST
/
v3
/
music
/
generate
V3 Generate Music
curl --request POST \
  --url https://api.topmediai.com/v3/music/generate \
  --header 'Content-Type: application/json' \
  --data '{
  "action": "auto",
  "style": "Happy songs",
  "mv": "v3.5",
  "instrumental": 0,
  "gender": "male"
}'
"<any>"

Headers

x-api-key
string

Body

application/json

Response

Successful Response

The response is of type any.