Define structured data formats for information extraction
images
, PDFs
, text
, and webpages
. This endpoint serves as the foundation for how extracted data is formatted and returned.
schema_id
when submitting data for processing.type
field set to either "array"
or "object"
.
"array"
type schemas:
items
field defining the structure of array elements.items
field must be an object with its own type
field ("object"
or "array"
)."object"
type items, include a properties
field defining the object’s structure."array"
type items, include another items
field."object"
type schemas:
properties
field defining the object’s structure.type
and optionally include a description
.required
property in the fields to indicate which fields are required:
Example:
description
for each field to improve clarity.