Documentation Index
Fetch the complete documentation index at: https://mintlify.com/lumina-ai-inc/chunkr/llms.txt
Use this file to discover all available pages before exploring further.
Task
The Task object represents a document processing job in Chunkr. It contains all the information about the task, including its configuration, status, and locations of input/output files.The unique identifier for the task.
The current status of the task.
The processing configuration for the task. See Configuration for details.
The date and time when the task was created.
The date and time when the task processing started.
The date and time when the task completed (successfully or with failure).
The date and time when the task will expire and be deleted. Expired tasks cannot be updated, polled, or accessed.
The name of the uploaded file.
The size of the uploaded file in bytes.
The MIME type of the uploaded file (e.g.,
application/pdf).The total number of pages in the document.
A message describing the task’s current status or any errors that occurred.
The URL to check the status of this task.
The ID of the user who created the task.
The API key used to create the task (if applicable).
The version of Chunkr that processed this task.
The S3 location of the input file.
The S3 location of the output JSON file.
The S3 location of the processed PDF file.
The S3 location of the folder containing extracted images.
TaskResponse
The TaskResponse object is returned when querying a task. It contains the task’s current state and optionally includes the output data.The unique identifier for the task.
The current status of the task.
The processing configuration used for the task. See Configuration for details.
The date and time when the task was created and queued.
The date and time when the task processing started.
The date and time when the task was finished.
The date and time when the task will expire.
A message describing the task’s status or any errors that occurred.
The processed output data. Only included when the task status is
Succeeded and include_chunks=true is specified. See Output for details.The presigned URL of the task.