Skip to main content
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) in included

Resource shape

  • type: document_representation
  • attributes.schema_version: public schema version string
  • attributes.payload: extracted key/value payload object
  • attributes.created_at
  • attributes.updated_at
Use GET /document_schemas/{id} to retrieve schema metadata and payload contracts for document extraction outputs.