{ "opencollection": "1.0.0", "info": { "name": "LandingAI Agentic Document Extraction (ADE) API v1: Parse, Extract, Classify, Split, Section Classes Model API", "version": "0.1.0" }, "items": [ { "info": { "name": "Model", "type": "folder" }, "items": [ { "info": { "name": "Get Models", "type": "http" }, "http": { "method": "GET", "url": "https://api.va.landing.ai/v1/projects/:project_id/models", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query" } ] }, "docs": "Get Models" }, { "info": { "name": "Get Single Model", "type": "http" }, "http": { "method": "GET", "url": "https://api.va.landing.ai/v1/projects/:project_id/models/:model_id", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "model_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query" } ] }, "docs": "Get Single Model" }, { "info": { "name": "Get Model Download Url", "type": "http" }, "http": { "method": "POST", "url": "https://api.va.landing.ai/v1/projects/:project_id/models/:model_id/download", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "model_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get Model Download Url" } ] } ], "bundled": true }