{ "opencollection": "1.0.0", "info": { "name": "LandingAI Agentic Document Extraction (ADE) API v1: Parse, Extract, Classify, Split, Section Classes Training API", "version": "0.1.0" }, "items": [ { "info": { "name": "Training", "type": "folder" }, "items": [ { "info": { "name": "Get Training List", "type": "http" }, "http": { "method": "GET", "url": "https://api.va.landing.ai/v1/projects/:project_id/train", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query" } ] }, "docs": "Get Training List" }, { "info": { "name": "Create Training Job", "type": "http" }, "http": { "method": "POST", "url": "https://api.va.landing.ai/v1/projects/:project_id/train", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Training Job" }, { "info": { "name": "Get Training Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.va.landing.ai/v1/projects/:project_id/train/:training_id/status", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "training_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query" } ] }, "docs": "Get Training Status" }, { "info": { "name": "Get Train Archs", "type": "http" }, "http": { "method": "GET", "url": "https://api.va.landing.ai/v1/projects/:project_id/train/architectures", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query" } ] }, "docs": "Get Train Archs" }, { "info": { "name": "Auto Split", "type": "http" }, "http": { "method": "POST", "url": "https://api.va.landing.ai/v1/projects/:project_id/autosplit", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Auto Split" }, { "info": { "name": "Get Metrics Summary For All Splits", "type": "http" }, "http": { "method": "GET", "url": "https://api.va.landing.ai/v1/projects/:project_id/train/:training_id/results/metrics", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "training_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query" } ] }, "docs": "Get Metrics Summary For All Splits" }, { "info": { "name": "Get Confusion Matrix For All Splits", "type": "http" }, "http": { "method": "GET", "url": "https://api.va.landing.ai/v1/projects/:project_id/train/:training_id/results/confusion-matrix", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "training_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query" } ] }, "docs": "Get Confusion Matrix For All Splits" } ] } ], "bundled": true }