Best practices for managing your document processing schemas
standard_supplier_invoice
, monthly_bank_statement_chase
).invoice_schema_v2
, statement_fields_2024_q1
).PUT /api/v1/schemas/id/{schema_id}
endpoint, the version
number is automatically incremented."invoice"
and "bank_statement"
types.type
of a schema cannot be changed after it has been created.schema_string
)fields
array.description
field to document the purpose of specific fields within the schema_string
if needed.DELETE /api/v1/schemas/id/{schema_id}
endpoint to keep your schema list manageable.Best practices for managing your document processing schemas
standard_supplier_invoice
, monthly_bank_statement_chase
).invoice_schema_v2
, statement_fields_2024_q1
).PUT /api/v1/schemas/id/{schema_id}
endpoint, the version
number is automatically incremented."invoice"
and "bank_statement"
types.type
of a schema cannot be changed after it has been created.schema_string
)fields
array.description
field to document the purpose of specific fields within the schema_string
if needed.DELETE /api/v1/schemas/id/{schema_id}
endpoint to keep your schema list manageable.