POST
/
v2
/
concat
curl --request POST \
  --url https://api.topmediai.com/v2/concat \
  --header 'Content-Type: application/json' \
  --data '{
  "song_id": "<string>"
}'
"<any>"

Headers

x-api-key
string

Body

application/json
song_id
string
required

The song id, which is the id field returned by submit or query

Required string length: 1 - 50

Response

200
application/json
Successful Response

The response is of type any.