Skip to main content
GET
查询音乐生成任务

功能说明

查询之前创建的音乐生成任务状态。该接口返回任务级状态信息,以及任务成功后生成的 2 首歌曲结果。

请求方式

GET /v1/music/tasks/{task_id}

调用示例

返回结果

成功查询且任务已完成时的结果:

相关接口

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string
required

Response

200 - application/json

成功响应

code
string
Example:

"success"

message
string
Example:

""

data
object