POST | /documents | Ingest new information (file, text, or chunks) as a document. |
GET | /documents | List existing documents with pagination and filtering. |
GET | /documents/ | Retrieve metadata, ingestion status, or details for a specific document. |
GET | /documents//download | Download the original source file of a document. |
GET | /documents//chunks | List the text Chunks generated from a document’s content. |
PATCH | /documents//metadata | Add or update metadata for a document. |
PUT | /documents//metadata | Replace all metadata for a document. |
DELETE | /documents/ | Delete a document and its associated data. |
DELETE | /documents/by-filter | Delete multiple documents that match a filter. |
POST | /documents/search | Search across generated document summaries. |
GET | /documents/download_zip | Download multiple original document files as a zip archive. |
POST | /documents//extract | Start entity and relationship extraction for a document. |
GET | /documents//entities | List Entities identified within a document. |
GET | /documents//relationship | List Relationships identified within a document. |
POST | /documents//deduplicate | Start entity deduplication for a document. |