{ "opencollection": "1.0.0", "info": { "name": "LandingAI Agentic Document Extraction (ADE) API v1: Parse, Extract, Classify, Split, Section Classes Project API", "version": "0.1.0" }, "items": [ { "info": { "name": "Project", "type": "folder" }, "items": [ { "info": { "name": "Get Projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.va.landing.ai/v1/projects", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "timeout", "value": "", "type": "query" } ] }, "docs": "Get Projects" }, { "info": { "name": "Create Project", "type": "http" }, "http": { "method": "POST", "url": "https://api.va.landing.ai/v1/projects", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "timeout", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Project" }, { "info": { "name": "Get Project", "type": "http" }, "http": { "method": "GET", "url": "https://api.va.landing.ai/v1/projects/:project_id", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query" } ] }, "docs": "Get Project" }, { "info": { "name": "Update Active Project", "type": "http" }, "http": { "method": "PUT", "url": "https://api.va.landing.ai/v1/projects/:project_id/active", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Active Project" } ] } ], "bundled": true }