Schema Management
Create Schema
Creates a new parsing schema. Each user can have multiple active schemas. Schema names must be unique per user (for active schemas).
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Name for the schema (unique per user)
Example:
"invoice_schema_v1"
Type of document the schema is for
Available options:
invoice
, bank_statement
Example:
"invoice"
The schema definition itself
Optional description for the schema
Example:
"Schema for parsing standard invoices"