Standardize V3 (Beta)

Standardize a single document using the V3 agentic engine (beta). V3 uses an agentic architecture that automatically determines the optimal extraction strategy for each document - no manual configuration of display modes, split modes, or effort levels needed.

Unlike V2, this endpoint processes a single document per call. To standardize multiple documents, fire parallel requests.

A schemaId is required - V3 does not support schema-less extraction.

- pages - Optional list of 0-indexed page numbers to standardize. If not provided, the entire document is standardized.

  • guidelines - Optional extraction guidelines that override the schema's default guidelines.
  • useMetadata - Whether to include document metadata during extraction (default: false).
  • effortLevel - standard (default) uses faster models, high uses the best models for better results at +2 credits per page.

Note: The guidelines field has a maximum length of 50,000 characters.

Body Params
string
required

Unique identifier of the document to be standardized.

string
required

Schema to use for standardization (required for V3).

string

Extraction guidelines. Overrides schema guidelines.

boolean
Defaults to false

Whether to use metadata during standardization.

pages
array of integers

Optional list of 0-indexed page numbers to standardize. If not provided, the entire document will be standardized.

Pages
number
enum
Defaults to 3

Version of the standardization job.

Allowed:
string
enum
Defaults to standard

Level of effort for extraction. 'standard' uses cheaper/faster models (default), 'high' uses the best models.

Allowed:
integer

The job timeout (in seconds) for webhook error reporting

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json