{ "opencollection": "1.0.0", "info": { "name": "LandingAI Agentic Document Extraction (ADE) API v1: Parse, Extract, Classify, Split, Section Classes Snapshot API", "version": "0.1.0" }, "items": [ { "info": { "name": "Snapshot", "type": "folder" }, "items": [ { "info": { "name": "List Snapshots", "type": "http" }, "http": { "method": "GET", "url": "https://api.va.landing.ai/v1/projects/:project_id/dataset/snapshots", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query" } ] }, "docs": "List Snapshots" }, { "info": { "name": "Get Snapshot Export", "type": "http" }, "http": { "method": "GET", "url": "https://api.va.landing.ai/v1/projects/:project_id/dataset/snapshots/:snapshot_version/export", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "snapshot_version", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get Snapshot Export" }, { "info": { "name": "Post Snapshot Export", "type": "http" }, "http": { "method": "POST", "url": "https://api.va.landing.ai/v1/projects/:project_id/dataset/snapshots/:snapshot_version/export", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "snapshot_version", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Post Snapshot Export" }, { "info": { "name": "Get Snapshot Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.va.landing.ai/v1/projects/:project_id/dataset/snapshots/:snapshot_version/metadata", "headers": [ { "name": "apikey", "value": "" } ], "params": [ { "name": "snapshot_version", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get Snapshot Metadata" } ] } ], "bundled": true }