GET
/
v3
/
music
/
tasks
V3 Get Music Task Details.
curl --request GET \
  --url https://api.topmediai.com/v3/music/tasks
[
  {
    "id": "<string>",
    "title": "<string>",
    "style": "<string>",
    "duration": 123,
    "audio_url": "<string>",
    "cover_url": "<string>",
    "status": 123,
    "song_id": "<string>",
    "lyric": "<string>",
    "fail_code": 123,
    "fail_reason": "<string>"
  }
]

Headers

x-api-key
string

Query Parameters

ids
string
default:""
Example:

"417,418"

Response

Successful Response

The response is of type Song · object[].