Skip to main content
POST
Python
Path change: This endpoint path has been changed from /extract/async_check to /parse/async_check. The old path will be discontinued on December 31, 2026. Please migrate to the new path before then.

Task Status

Poll every 3~5 seconds until status is success or failed. If you have not submitted the task yet, start with Async parsing — Submit Task; if you do not want polling, switch to Sync parsing; for failures, continue to Error Codes.

Body

multipart/form-data
task_id
string
required

提交任务时返回的任务 ID

api_key
string
required

API 密钥,格式 sk-***

Response

200 - application/json

查询成功

code
integer

状态码,0 为成功,非 0错误码

Example:

0

message
string
Example:

"查询成功"

data
object