Endpoints
Async parsing — Query Result
Query the status and result of an async task by task_id
POST
Python
Task Status
status | Meaning |
|---|---|
QUEUING | Waiting in queue |
PROCESSING | Parsing in progress |
SUCCESS | Parsing succeeded; result field is populated |
FAILED | Parsing failed |
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.
