# LandingAI ## Docs - [Changelog](https://docs.landing.ai/ade/ade-changelog.md): Updates and improvements to Agentic Document Extraction. - [Chunk Types](https://docs.landing.ai/ade/ade-chunk-types.md) - [Classify](https://docs.landing.ai/ade/ade-classify.md) - [JSON Response for Classification](https://docs.landing.ai/ade/ade-classify-response.md) - [Troubleshoot Classification](https://docs.landing.ai/ade/ade-classify-troubleshoot.md) - [Code Examples and Resources](https://docs.landing.ai/ade/ade-code-examples-resources.md) - [European Union (EU)](https://docs.landing.ai/ade/ade-eu.md) - [Extract Data](https://docs.landing.ai/ade/ade-extract.md) - [Link Extracted Data to Document Locations](https://docs.landing.ai/ade/ade-extract-grounding-sample.md) - [Extraction Model Versions](https://docs.landing.ai/ade/ade-extract-models.md) - [Schema Wizard: Build Extraction Schemas in the Playground](https://docs.landing.ai/ade/ade-extract-playground.md) - [JSON Response for Extraction](https://docs.landing.ai/ade/ade-extract-response.md) - [Build Extraction Schemas with the API](https://docs.landing.ai/ade/ade-extract-schema-api.md) - [Extraction Schema (JSON)](https://docs.landing.ai/ade/ade-extract-schema-json.md) - [Troubleshoot Extraction](https://docs.landing.ai/ade/ade-extract-troubleshoot.md) - [Supported File Types](https://docs.landing.ai/ade/ade-file-types.md) - [JSON Response for Parsing](https://docs.landing.ai/ade/ade-json-response.md) - [Supported Languages](https://docs.landing.ai/ade/ade-languages.md) - [Markdown Response](https://docs.landing.ai/ade/ade-markdown-response.md) - [Organizations & Members](https://docs.landing.ai/ade/ade-members.md) - [Overview](https://docs.landing.ai/ade/ade-overview.md) - [Legacy ADE Features](https://docs.landing.ai/ade/ade-overview-legacy.md) - [Parse Large Files (Parse Jobs)](https://docs.landing.ai/ade/ade-parse-async.md) - [Async Parse: Processing Multiple Documents Concurrently](https://docs.landing.ai/ade/ade-parse-async-sample.md) - [Custom Prompts for Figure Descriptions](https://docs.landing.ai/ade/ade-parse-custom-prompts.md) - [Parse a Directory of Documents](https://docs.landing.ai/ade/ade-parse-directory-sample.md) - [Parse & Extract](https://docs.landing.ai/ade/ade-parse-extract-sample.md) - [Document Pre-Trained Transformers (Parsing Models)](https://docs.landing.ai/ade/ade-parse-models.md) - [Parse Password-Protected Files](https://docs.landing.ai/ade/ade-parse-password.md) - [Save Parsed Chunks as Images](https://docs.landing.ai/ade/ade-parse-save-chunks-images-sample.md) - [Save Parsed Output](https://docs.landing.ai/ade/ade-parse-save-sample.md) - [Troubleshoot Parsing](https://docs.landing.ai/ade/ade-parse-troubleshoot.md) - [Visualize Parsed Chunks: Draw Bounding Boxes](https://docs.landing.ai/ade/ade-parse-visualize-sample.md) - [Playground](https://docs.landing.ai/ade/ade-playground.md) - [Pricing & Billing](https://docs.landing.ai/ade/ade-pricing.md) - [Python Library](https://docs.landing.ai/ade/ade-python.md) - [Quickstart](https://docs.landing.ai/ade/ade-quickstart.md) - [Rate Limits](https://docs.landing.ai/ade/ade-rate-limits.md) - [Section](https://docs.landing.ai/ade/ade-section.md) - [Section Model Versions](https://docs.landing.ai/ade/ade-section-models.md) - [JSON Response for Sectioning](https://docs.landing.ai/ade/ade-section-response.md) - [Troubleshoot Sectioning](https://docs.landing.ai/ade/ade-section-troubleshoot.md) - [Security and Privacy](https://docs.landing.ai/ade/ade-security.md) - [Parse](https://docs.landing.ai/ade/ade-separate-apis.md) - [App Name](https://docs.landing.ai/ade/ade-sf-app-name.md) - [Extract Fields from Parsed Output](https://docs.landing.ai/ade/ade-sf-extract-cloud.md) - [Grant Agentic Document Extraction Access to Stages](https://docs.landing.ai/ade/ade-sf-grant-access-to-stages.md) - [Install and Update](https://docs.landing.ai/ade/ade-sf-install.md) - [Overview](https://docs.landing.ai/ade/ade-sf-overview.md) - [Parse Documents](https://docs.landing.ai/ade/ade-sf-parse-cloud.md) - [Split](https://docs.landing.ai/ade/ade-split.md) - [Split Model Versions](https://docs.landing.ai/ade/ade-split-models.md) - [JSON Response for Splitting](https://docs.landing.ai/ade/ade-split-response.md) - [Troubleshoot Splitting](https://docs.landing.ai/ade/ade-split-troubleshoot.md) - [Single Sign-On (SSO)](https://docs.landing.ai/ade/ade-sso.md) - [Support](https://docs.landing.ai/ade/ade-support.md) - [TypeScript Library](https://docs.landing.ai/ade/ade-typescript.md) - [API Key](https://docs.landing.ai/ade/agentic-api-key.md) - [Zero Data Retention (ZDR) Option Overview](https://docs.landing.ai/ade/zdr.md) - [ADE Build Extract Schema](https://docs.landing.ai/api-reference/tools/ade-build-extract-schema.md): Generate a JSON schema from Markdown using AI. - [ADE Classify](https://docs.landing.ai/api-reference/tools/ade-classify.md): Classify the pages of a document into classes you define. - [ADE Extract](https://docs.landing.ai/api-reference/tools/ade-extract.md): Extract structured data from Markdown using a JSON schema. - [ADE Get Parse Jobs](https://docs.landing.ai/api-reference/tools/ade-get-parse-jobs.md): Get the status for an async parse job. - [ADE List Parse Jobs](https://docs.landing.ai/api-reference/tools/ade-list-parse-jobs.md): List all async parse jobs associated with your API key. Returns the list of jobs or an error response. For EU users, use this endpoint: - [ADE Parse](https://docs.landing.ai/api-reference/tools/ade-parse.md): Parse a document or spreadsheet. - [ADE Parse Jobs](https://docs.landing.ai/api-reference/tools/ade-parse-jobs.md): Parse documents asynchronously. - [ADE Section](https://docs.landing.ai/api-reference/tools/ade-section.md): Section parsed markdown into a hierarchical table of contents. - [ADE Split](https://docs.landing.ai/api-reference/tools/ade-split.md): Split classification for documents. - [Home](https://docs.landing.ai/index.md) - [LandingLens and LandingEdge Documentation](https://docs.landing.ai/landinglens-landingedge.md) ## OpenAPI Specs - [input_ade2](https://docs.landing.ai/.scripts/input_ade2.json) - [va_openapi_ade2](https://docs.landing.ai/ade/va_openapi_ade2.json)