官网地址 https://vylai.com
curl --location --request GET 'http://queueapi.vylai.com/openapi/alltasks?skip&limit&status&hours' \
--header 'X-Auth-Token;'{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"completed": 0,
"tasks": [
{
"task_id": 0,
"prompt_id": "string",
"status": "string",
"created_at": "string",
"updated_at": "string",
"result_oss_url": "string",
"error_message": "string",
"priority": 0,
"rabbitmq_queue_length_at_submit": 0,
"queue_position": 0,
"queue_length": 0,
"input_image_oss_urls": [
"string"
],
"input_audio_oss_urls": [
"string"
],
"input_video_oss_urls": [
"string"
],
"type": "string"
}
]
}
}