Skip to content

查询任务

GET
/udio/fetch/{task_id}

Authorizations

bearer
TypeHTTP (bearer)

Parameters

Path Parameters

task_id*

任务ID

Typestring
Required

Responses

application/json
JSON
{
"code": "string",
"message": "string",
"data": {
"task_id": "string",
"action": "string",
"status": "string",
"fail_reason": "string",
"submit_time": 0,
"start_time": 0,
"finish_time": 0,
"progress": "string",
"songs": [
{
"id": "string",
"tags": [
"string"
],
"liked": true,
"likes": 0,
"plays": 0,
"title": "string",
"artist": "string",
"lyrics": "string",
"prompt": "string",
"user_id": "string",
"disliked": true,
"duration": 0,
"error_id": null,
"finished": true,
"song_path": "string",
"user_tags": [
"string"
],
"created_at": "string",
"error_code": null,
"error_type": null,
"image_path": "string",
"video_path": null,
"attribution": "string",
"description": "string",
"publishable": true,
"artist_image": "string",
"error_detail": null,
"published_at": null,
"generation_id": "string",
"replaced_tags": {
"melodic, jazz, chill-out, smooth, atmospheric, 抒情, 夜晚": {
"tags": [
"string"
],
"type": "string"
},
"nu jazz, downtempo, chillout, electronic, lounge, vocal jazz, sensual, rhythmic, mellow, female vocalist, nocturnal, warm, peaceful, urban": {
"tags": [
"string"
],
"type": "string"
},
"romantic, night, soft, melodic, jazz, smooth jazz, town, lyrical": {
"tags": [
"string"
],
"type": "string"
},
"cool jazz, jazz, instrumental, acoustic, mellow, warm, soothing, nocturnal, improvisation, romantic, ballad, sentimental, love, sensual, melodic, calm": {
"tags": [
"string"
],
"type": "string"
}
},
"original_song_path": null,
"audio_conditioning_type": null
}
]
}
}

Playground

Authorization
Variables
Key
Value

Samples