This is a synchronous API endpoint. This endpoint will return the result once the document is processed.
When using templates, you can provide a templateId to load predefined
configurations. Any configuration parameters (schema, extractPerPage, etc.)
explicitly specified in the API request will override the corresponding
template settings.
This is a JSON Schema, which defines the structure and validation rules for the JSON. For more examples and details, see JSON Schema Examples.
Copy
{ "type": "object", "properties": { "bill_to": { "type": "string", "description": "The name of person who receives the invoice" }, "ship_to": { "type": "string", "description": "The location of the person who receives the invoice" }, "balance_due": { "type": "number", "description": "The total balance due" } }}