Folders & Schemas

Two organizational primitives sit under v1.

Two organizational primitives sit under v1: folders for grouping documents (e.g. by applicant), and schemas for defining custom extraction shapes that override the default vocabulary output.

Folders

MethodPathDescription
POST/api/v1/foldersCreate a folder
GET/api/v1/foldersList folders
GET/api/v1/folders/{id}/documentsList documents in a folder

Custom Extraction Schemas

Plan requirement

Custom Extraction Schemas require an Enterprise, Unlimited, or Custom plan. Maximum 20 schemas per organization.

MethodPathDescription
GET/api/v1/schemasList custom schemas
GET/api/v1/schemas/{id}Get a single schema
POST/api/v1/schemasCreate a custom schema
PUT/api/v1/schemas/{id}Update a schema
DELETE/api/v1/schemas/{id}Delete a schema

On this page