Stay up to date on what’s shipping in the Extend platform.
Batch Extract and Batch Parse APIs
Two new endpoints make bulk background processing easier:
/extract/batch— queue thousands of files for extraction in the background without running into rate limits./parse/batch— bulk background parse operations.
Splitter Composer
Composer is now available for splitters, so you can optimize them automatically from eval sets. Previously, Composer was only available for extractors and classifiers.

If you’re working on splitting, check out our Splitter Benchmark to see how we evaluate models.
Formula handling in Parse
The new parse engine can now parse formula blocks as LaTeX. Enable it as an advanced option to extract math content directly from documents.
Strikethrough detection in Parse
The new parse engine now detects and annotates strikethrough text via a specialized model. Enable it as an advanced option in the parser config.
Workflows create/update API
Workflows create/update API
You can now create, update, and delete workflows and workflow versions entirely via API. Previously, workflows could only be managed in the Extend dashboard. This makes it easier to generate workflows programmatically, check configs into code, manage them with CI/CD, and build them with agents like Claude Code.
See the full documentation.
Edit: schema generation API
Edit: schema generation API
The form detection and schema generation we offer in Studio is now available as a standalone API, making it faster to create forms and templates for known document types.
See the API reference.
New Light Parser
The Light Parser now uses our new layout model, with smaller models for tables, forms, reading order, and other layout types — at a fraction of the cost and latency of the Performance Parser. It’s built for very high-volume ingestion workloads where cost matters, billed at 0.5 credits per page.

Edit: signature images for e-signing
Edit: signature images for e-signing
You can now include signature images in your e-signing workflows for more complete digital signing experiences.

See the API reference.
Compare UI in the parse playground
A new compare UI in the parse playground lets you quickly see differences between parse engines and advanced options side by side.

Edit: conditional logic and validation
Edit: conditional logic and validation
Forms often contain implicit conditional behavior — like “If you said ‘Yes’ to ___, then fill in ____.” In many industries, missing these rules can cause serious downstream issues in automated form-filling pipelines.
The Edit API now supports the full range of conditional logic expressible in JSON Schema, including if / then / else, dependentRequired, allOf, oneOf, anyOf, and not. You can also auto-generate these rules for a form from a single sample document.


