Beta Feature - This endpoint is currently in beta. The API is stable, but the schema and behavior may evolve based on feedback.
document_representation is a resource type, not a standalone endpoint.
You receive it through:
- document includes:
include=last_document_representation - email submission nested includes:
include=documents.last_document_representation - document webhook payloads (
document.extracted,document.extraction_failed) inincluded
Resource shape
type:document_representationattributes.schema_version: public schema version stringattributes.payload: extracted key/value payload objectattributes.created_atattributes.updated_at
Where to fetch related schemas
UseGET /document_schemas/{id} to retrieve schema metadata and payload contracts for document extraction outputs.