Create Schema
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
Create Schema
Documentation Index
Fetch the complete documentation index at: https://docs.invaro.ai/llms.txt
Use this file to discover all available pages before exploring further.
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"