Overview
The 2025-04-21 API version introduces a significant change to the structure of processor configuration objects. This new structure provides full control over all available options when configuring processors.How to Use the New API Version
To use the new API version, set theExtend-Api-Version header in your requests:
Key Changes
The main change is in the structure of theconfig object used in various API endpoints. The new structure:
- Provides more granular control over processor behavior
- Exposes advanced options that were previously only available internally
- Standardizes option naming across different processor types
- Allows for more powerful configuration of processing behavior
"splits" instead of "subDocumentClassifications". These changes affect most of our endpoints when using a Splitter. For more details, refer to the Splitter output types documentation.
Affected Endpoints
These API endpoints now use the new configuration structure:- Run Processor
- Get Processor Run
- Get Processor Version
- List Processor Versions
- Publish Processor Version
- Update Processor
- Create Processor

