cURL
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>" } ]
Retrieve detailed information about a music generation task.
"417,418"
Successful Response
The response is of type Song · object[].
Song · object[]