Documents
Retrieve and manage documents stored in a corpus for administrative tasks.
List the documents in the corpus
Lists the documents stored in a corpus. The response includes an overview of document metadata, including document IDs, tables (if table extraction is enabled), and pagination details.
Bulk delete documents from a corpus
Initiates an asynchronous bulk delete operation for documents in a corpus.
Bulk update document metadata
Initiates an asynchronous bulk metadata update for documents in a corpus.
Delete a document
Permanently deletes a document from a corpus. The unique `document_id` identifies the document. This operation cannot be undone, so use it with caution.
Retrieve a document
Returns the content and metadata of a specific document in a corpus. The unique `document_id` identifies the document. The response includes the full details of the document, including its text, metadata, and associated tables, if table extraction is enabled.
Summarize a document
Generates a concise summary of a single document. The summary captures essential insights without requiring you to review the entire document manually. This API is a tech preview.
Retrieve an image from a document
Returns a specific image that is embedded within a document. The `image_id` uniquely identifies the image within the document. Use this endpoint to retrieve the raw image data and associated metadata.