Task
Create Task Multipart
deprecated
This endpoint is deprecated
Queues a document for processing and returns a TaskResponse containing:
- Task ID for status polling
- Initial configuration
- File metadata
- Processing status
- Creation timestamp
- Presigned URLs for file access
The returned task will typically be in a Starting
or Processing
state.
Use the GET /task/{task_id}
endpoint to poll for completion.
POST
Authorizations
Body
multipart/form-data
Multipart form request to create an task
The body is of type object
.
Response
200
application/json
Detailed information describing the task, its status and processed outputs
The response is of type object
.