Appearance
批量获取任务
POST
/suno/submit/fetch
Authorizations
bearer
TypeHTTP (bearer)
Request Body
JSON
{
"action": "string",
"ids": [
"string"
]
}
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",
"data": [
{
"id": "string",
"title": "string",
"handle": "string",
"status": "string",
"is_liked": true,
"metadata": {
"tags": "string",
"type": "string",
"prompt": "string",
"stream": true,
"history": null,
"duration": 0,
"error_type": null,
"error_message": null,
"concat_history": null,
"refund_credits": true,
"audio_prompt_id": null,
"gpt_description_prompt": null
},
"reaction": null,
"audio_url": "string",
"image_url": "string",
"is_public": true,
"video_url": "string",
"created_at": "string",
"is_trashed": true,
"model_name": "string",
"play_count": 0,
"display_name": "string",
"upvote_count": 0,
"image_large_url": "string",
"is_video_pending": true,
"is_handle_updated": true,
"major_model_version": "string"
}
]
}
]
}