Reducto · Schema
EditConfig
Reducto EditConfig schema
Document ParsingPDFOCRData ExtractionArtificial IntelligenceMachine-LearningDocument IntelligenceStructured Data
Properties
| Name | Type | Description |
|---|---|---|
| document_url | object | The URL of the document to be processed. You can provide one of the following: 1. A publicly available URL 2. A presigned S3 URL 3. A reducto:// prefixed URL obtained from the /upload endpoint after d |
| edit_instructions | string | The instructions for the edit. |
| edit_options | object | |
| form_schema | array | Form schema for PDF forms. List of widgets with their types, descriptions, and bounding boxes. Only works for PDFs. |
| priority | boolean | If True, attempts to process the job with priority if the user has priority processing budget available; by default, sync jobs are prioritized above async jobs. |
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-editconfig.json",
"title": "EditConfig",
"description": "Reducto EditConfig schema",
"properties": {
"document_url": {
"anyOf": [
{
"type": "string"
},
{
"$ref": "#/components/schemas/UploadResponse"
}
],
"title": "Document Url",
"description": "The URL of the document to be processed. You can provide one of the following:\n1. A publicly available URL\n2. A presigned S3 URL\n3. A reducto:// prefixed URL obtained from the /upload endpoint after directly uploading a document\n"
},
"edit_instructions": {
"type": "string",
"title": "Edit Instructions",
"description": "The instructions for the edit."
},
"edit_options": {
"$ref": "#/components/schemas/EditOptions",
"default": {
"color": "#FF0000",
"enable_overflow_pages": false,
"flatten": false
}
},
"form_schema": {
"items": {
"$ref": "#/components/schemas/EditWidget"
},
"type": "array",
"nullable": true,
"title": "Form Schema",
"description": "Form schema for PDF forms. List of widgets with their types, descriptions, and bounding boxes. Only works for PDFs."
},
"priority": {
"type": "boolean",
"title": "Priority",
"description": "If True, attempts to process the job with priority if the user has priority processing budget available; by default, sync jobs are prioritized above async jobs.",
"default": true
}
},
"type": "object",
"required": [
"document_url",
"edit_instructions"
]
}
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-editconfig"
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.