Reducto · Schema
ExtractSettings
Reducto ExtractSettings schema
Document ParsingPDFOCRData ExtractionArtificial IntelligenceMachine-LearningDocument IntelligenceStructured Data
Properties
| Name | Type | Description |
|---|---|---|
| include_images | boolean | If True, include images in the extraction. |
| optimize_for_latency | boolean | If True, jobs will be processed with a higher throughput and priority at a higher cost. Defaults to False. |
| array_extract | boolean | If True, use array extraction. |
| deep_extract | boolean | If True, use Deep Extract, an agentic extraction mode that iteratively refines its output to achieve near-perfect accuracy. Best for complex documents where accuracy is critical. |
| citations | object | The citations to use for the extraction. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/reducto/refs/heads/main/json-schema/reducto-extractsettings.json",
"title": "ExtractSettings",
"description": "Reducto ExtractSettings schema",
"properties": {
"include_images": {
"type": "boolean",
"title": "Include Images",
"description": "If True, include images in the extraction.",
"default": false
},
"optimize_for_latency": {
"type": "boolean",
"title": "Optimize For Latency",
"description": "If True, jobs will be processed with a higher throughput and priority at a higher cost. Defaults to False.",
"default": false
},
"array_extract": {
"type": "boolean",
"title": "Array Extract",
"description": "If True, use array extraction.",
"default": false
},
"deep_extract": {
"type": "boolean",
"title": "Deep Extract",
"description": "If True, use Deep Extract, an agentic extraction mode that iteratively refines its output to achieve near-perfect accuracy. Best for complex documents where accuracy is critical.",
"default": false
},
"citations": {
"$ref": "#/components/schemas/Citations",
"description": "The citations to use for the extraction.",
"default": {
"enabled": false,
"numerical_confidence": true
}
}
},
"type": "object"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/reducto-extractsettings"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.