POST
/
v2
/
submit
curl --request POST \
  --url https://api.topmediai.com/v2/submit \
  --header 'Content-Type: application/json' \
  --data '{
  "is_auto": 1,
  "prompt": "Happy songs",
  "lyrics": "Enter the lyrics you'\''ve created",
  "title": "AI Music",
  "instrumental": 0,
  "model_version": "v3.5",
  "continue_at": 0,
  "continue_song_id": ""
}'
"<any>"

Headers

x-api-key
string

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.