Parse, Extract, and automate document processing from your code.
Set up your development environment. make your first API call and choose an SDK.
Everything you need to start parsing and extracting documents programmatically.
$ curl -X POST \ 'https://api.va.landing.ai/v1/ade/parse' \ -H 'Authorization: Bearer $API_KEY' \ -F 'document=@invoice.pdf'
{ "markdown": "# Invoice INV-2026...", "chunks": [{ type: "table", ... }, ...], "grounding": { /* element IDs → page + bbox */ }, "splits": [{ class: "full", pages: [0, 1] }], "metadata": { "page_count": 2, "credit_usage": 1.0 } }
A developer's guide to taming documents — walk through parsing, splitting, grounding, and extraction patterns with real code you can ship.
Pick the pattern that matches your use case — we'll point you at the right guide.
Live sessions, one-on-one calls, and community support to get you started faster.