API Reference
Get Schema
Get the JSON schema for a given domain (document.invoice, document.receipt, etc).
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Schema request model for internal schemas: /v1/schema
The domain to get the schema for (e.g. document.invoice).
The VLM generation config to be used for /<dtype>/generate.
Response
200
application/json
Successful Response
Response model for internal schemas (/v1/schema)
The domain to get the schema for.
The description of the domain.
The specific version of the schema.
The sha256 hash of the schema.
The GraphQL statement for the domain.
The JSON schema for the domain.