Skip to main content
GET
/
v2
/
query
V2 Get Music Task Details.
curl --request GET \
  --url https://api.topmediai.com/v2/query
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-api-key
string

Query Parameters

song_id
string
required

The song_id is the song id returned by submit/concat and can be used by the query endpoint to generate the details. The song_id parameter can be a single or multiple song_id parameters, which must be separated by a ', ', e.g. 454545,454545

Response

Successful Response