V2
Extract

Generate Extraction Schema

Generate a JSON schema and return a product configuration request.

post/api/v2/extract/schema/generate

Query parameters

project_idstring uuid nullable
organization_idstring uuid nullable

Cookies

sessionstring nullable

Request body

namestring nullable

Name for the generated configuration (auto-generated if omitted)

promptstring nullable

Natural language description of the data structure to extract

file_idstring nullable

Optional file ID to analyze for schema generation

data_schemaobject nullable

Optional schema to validate, refine, or extend

Example request

{
  "name": "invoice_extraction",
  "prompt": "Extract vendor name, invoice number, date, line items with descriptions and amounts, and total amount from invoices."
}

Response

Successful Response

namestring required

Human-readable name for this configuration.

Example response

{
  "parameters": {
    "target_pages": "1,3,5-7",
    "max_pages": 10,
    "tier": "cost_effective",
    "version": "latest",
    "extraction_target": "per_doc",
    "system_prompt": "Extract all monetary values in USD. If a currency is not specified, assume USD.",
    "parse_tier": "fast",
    "parse_config_id": "cfg-11111111-2222-3333-4444-555555555555"
  }
}

Changes

Changed in 19 of the 33 revisions of this API.3208276

    • added the new 2026-06-04 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-06-04 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-06-05 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-06-05 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added

    • added the optional property parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/granular_bboxes to the response with the 200 status

      response-optional-property-added

    • removed the 2026-05-28 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-28 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-06-01 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-06-01 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the optional property parameters/oneOf[subschema #2: ExtractV2Parameters]/extract_version from the response with the 200 status

      response-optional-property-removed

    • added the new 2026-06-01 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-06-01 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the optional property parameters/oneOf[subschema #2: ExtractV2Parameters]/version to the response with the 200 status

      response-optional-property-added

    • removed the 2026-05-21 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-21 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • added the optional property parameters/oneOf[subschema #4: ParseV2Parameters]/webhook_configurations/items/webhook_output_format to the response with the 200 status

      response-optional-property-added

    • added the new 2026-05-28 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-05-28 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • removed the 2026-04-09 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-09 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

  • 1c29e1491a3824See the full diff
    • added the new 2026-05-21 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-05-21 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • removed the 2026-05-11 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-11 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-13 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-13 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 34da5826db1c1481See the full diff
    • the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_control/timeouts/base_in_seconds/anyOf[subschema #1]/ response property's max was increased from 1800.00 to 7200.00 for the response status 200

      response-property-max-increased

    • added the new 2026-05-11 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-05-11 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-05-13 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-05-13 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the optional property parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/additional_outputs to the response with the 200 status

      response-optional-property-added

    • removed the 2025-12-18 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2025-12-18 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2025-12-31 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2025-12-31 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-08 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-08 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-09 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-09 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-16 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-16 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-21 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-21 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-22 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-22 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-24 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-24 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-29 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-29 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-30 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-30 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-03 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-03 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-18 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-18 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-20 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-20 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-24 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-24 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-26 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-26 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-02 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-02 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-03 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-03 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-04 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-04 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-05 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-05 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-09 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-09 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-10 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-10 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-11 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-11 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-12 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-12 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-17 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-17 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-19 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-19 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-20 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-20 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-22 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-22 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-23 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-23 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-24 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-24 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-25 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-25 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-26 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-26 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-27 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-27 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-30 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-30 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-31 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-31 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-02 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-02 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-06 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-06 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-14 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-14 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-19 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-19 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-22 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-22 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-27 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-27 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

  • fb63fb8d662c814See the full diff
    • removed the optional property parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/additional_outputs from the response with the 200 status

      response-optional-property-removed

    • added the new 2025-12-18 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2025-12-18 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2025-12-31 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2025-12-31 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-08 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-08 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-09 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-09 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-16 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-16 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-21 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-21 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-22 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-22 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-24 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-24 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-29 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-29 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-30 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-30 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-03 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-03 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-18 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-18 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-20 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-20 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-24 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-24 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-26 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-26 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-02 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-02 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-03 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-03 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-04 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-04 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-05 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-05 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-09 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-09 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-10 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-10 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-11 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-11 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-12 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-12 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-17 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-17 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-19 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-19 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-20 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-20 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-22 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-22 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-23 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-23 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-24 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-24 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-25 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-25 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-26 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-26 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-27 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-27 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-30 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-30 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-31 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-31 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-02 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-02 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-06 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-06 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-14 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-14 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-19 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-19 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-22 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-22 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-27 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-27 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • removed the 2026-05-11 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-11 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-13 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-13 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_control/timeouts/base_in_seconds/anyOf[subschema #1]/ response property's max was increased from 1800.00 to 7200.00 for the response status 200

      response-property-max-increased

  • c317ed7c691a480See the full diff
    • added the new 2026-05-11 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-05-11 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-05-13 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-05-13 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • api tag LlamaExtract removed

      api-tag-removed

    • added the optional property parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/additional_outputs to the response with the 200 status

      response-optional-property-added

    • removed the 2025-12-18 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2025-12-18 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2025-12-31 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2025-12-31 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-08 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-08 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-09 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-09 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-16 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-16 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-21 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-21 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-22 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-22 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-24 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-24 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-29 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-29 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-30 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-01-30 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-03 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-03 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-18 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-18 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-20 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-20 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-24 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-24 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-26 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-02-26 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-02 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-02 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-03 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-03 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-04 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-04 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-05 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-05 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-09 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-09 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-10 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-10 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-11 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-11 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-12 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-12 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-17 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-17 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-19 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-19 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-20 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-20 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-22 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-22 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-23 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-23 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-24 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-24 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-25 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-25 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-26 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-26 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-27 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-27 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-30 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-30 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-31 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-03-31 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-02 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-02 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-06 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-06 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-14 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-14 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-19 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-19 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-22 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-04-22 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

  • 1bbc901f8c0d795See the full diff
    • removed the optional property parameters/oneOf[subschema #4: ParseV2Parameters]/output_options/additional_outputs from the response with the 200 status

      response-optional-property-removed

    • added the new 2025-12-18 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2025-12-18 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2025-12-31 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2025-12-31 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-08 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-08 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-09 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-09 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-16 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-16 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-21 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-21 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-22 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-22 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-24 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-24 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-29 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-29 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-30 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-01-30 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-03 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-03 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-18 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-18 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-20 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-20 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-24 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-24 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-26 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-02-26 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-02 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-02 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-03 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-03 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-04 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-04 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-05 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-05 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-09 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-09 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-10 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-10 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-11 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-11 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-12 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-12 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-17 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-17 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-19 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-19 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-20 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-20 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-22 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-22 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-23 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-23 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-24 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-24 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-25 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-25 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-26 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-26 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-27 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-27 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-30 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-30 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-31 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-03-31 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-02 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-02 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-06 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-06 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-14 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-14 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-19 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-19 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-22 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • added the new 2026-04-22 enum value to the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

    • api tag LlamaExtract added

      api-tag-added

    • removed the 2026-05-11 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-11 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-13 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/processing_options/auto_mode_configuration/anyOf[subschema #1]/items/parsing_conf/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the 2026-05-13 enum value from the parameters/oneOf[subschema #4: ParseV2Parameters]/version/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-removed

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog