Queues a document for processing and returns a TaskResponse containing:
The returned task will typically be in a Starting
or Processing
state.
Use the GET /task/{task_id}
endpoint to poll for completion.
JSON request to create a task
The body is of type object
.
Detailed information describing the task, its status and processed outputs
The response is of type object
.