{ "opencollection": "1.0.0", "info": { "name": "LandingAI Agentic Document Extraction (ADE) API v1: , Extract, Classify, Split, Section Classes Parse API", "version": "0.1.0" }, "items": [ { "info": { "name": "Parse", "type": "folder" }, "items": [ { "info": { "name": "ADE Parse", "type": "http" }, "http": { "method": "POST", "url": "https://api.va.landing.ai/v2/parse", "body": { "type": "multipart-form", "data": [ { "name": "document", "type": "text", "value": "" }, { "name": "document_url", "type": "text", "value": "" }, { "name": "model", "type": "text", "value": "" }, { "name": "options", "type": "text", "value": "" } ] } }, "docs": "Parse a document and return the parse response inline." }, { "info": { "name": "ADE List Parse Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://api.va.landing.ai/v2/parse/jobs", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number (0-indexed)." }, { "name": "page_size", "value": "", "type": "query", "description": "Number of items per page." }, { "name": "status", "value": "", "type": "query", "description": "Filter by job status." } ] }, "docs": "ADE List Parse Jobs" }, { "info": { "name": "ADE Parse Jobs", "type": "http" }, "http": { "method": "POST", "url": "https://api.va.landing.ai/v2/parse/jobs", "body": { "type": "multipart-form", "data": [ { "name": "document", "type": "text", "value": "" }, { "name": "document_url", "type": "text", "value": "" }, { "name": "model", "type": "text", "value": "" }, { "name": "options", "type": "text", "value": "" }, { "name": "output_save_url", "type": "text", "value": "" }, { "name": "service_tier", "type": "text", "value": "" } ] } }, "docs": "Parse a document asynchronously. Returns a job ID; use it to poll for the job's status and retrieve the parse result once processing completes." }, { "info": { "name": "ADE Get Parse Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://api.va.landing.ai/v2/parse/jobs/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path", "description": "The identifier of the job to retrieve, as returned by the create-job request." } ] }, "docs": "Get the status of an async parse job. Once the job has ``completed``, ``result`` carries the parse response (or ``output_url`` when ``output_save_url`` was set). Partial success (some pages failed) is reported in ``result.metadata.failed_pages``." } ] } ], "bundled": true }