Skip to main content
POST
Python

Task statuses

Poll every 3–5 seconds. download_url is a short-lived signed URL. If it expires, call this endpoint again to obtain a new URL. If you do not have a task_id, call Submit async task first.

Body

multipart/form-data
task_id
string
required

提交异步任务时返回的任务 ID

Example:

"c5e6c983f28a4e6eb5d6c061343a8642"

api_key
string
required

API 密钥,格式 sk-***

Example:

"sk-***"

Response

200 - application/json

查询成功

code
integer

状态码,0 为成功,非 0 见错误码说明

Example:

0

message
string
Example:

"查询成功"

data
object