Documents API
The Documents API lets you manage files uploaded to Talonic. List, retrieve, delete, and re-extract documents processed through the extraction pipeline.
Endpoints
GET /v1/documents
List all documents with pagination and filtering.
GET /v1/documents/:id
Retrieve metadata and status for a single document.
DELETE /v1/documents/:id
Delete a document and its associated extractions.
POST /v1/documents/:id/re-extract
Re-run extraction on an existing document with a new schema.
GET /v1/documents/:id/markdown
Get the markdown representation of a document.
Document lifecycle
Documents enter Talonic through the extract endpoint or source ingestion. Each document is classified using the 529-type ontology, processed through the four-phase pipeline, and linked to extractions. Documents can belong to cases if they share entities with other documents.