Create a reusable schema
Save a schema template when you want to run the same extraction shape many times.schema_invoice_123.
Extract with the saved schema
Use the saved schema ID to extract data from a file. The OpenAPI spec supportsmultipart/form-data for this request.
successdatacontaining the extracted fieldsmetadataabout the extraction run
Use an inline schema for one-off work
If you do not need to reuse the schema, callPOST /api/v1/llm/extract instead.
That endpoint accepts an inline JSON Schema and the extraction request in the same payload.
Manage saved schemas
The Extract resource also lets you:- Get a saved schema by ID.
- Update a saved schema.
- Delete a saved schema.