Tools
Agentic Document Extraction (Legacy)
This is a legacy endpoint. Use the ADE Parse endpoint instead.
Send documents to the Agentic Document Extraction API.
The API parses the documents and returns the extracted data as structured Markdown and JSON.
You can include an extraction schema to extract key-value pairs from the parsed content.
For EU users, use this endpoint:
`https://api.va.eu-west-1.landing.ai/v1/tools/agentic-document-analysis`.
post/v1/tools/agentic-document-analysis
Query parameters
pagesstring nullable
Which pages to process, separated by commas and starting from 0. For example, to process the first 3 pages, use '0,1,2'.
Which pages to process, separated by commas and starting from 0. For example, to process the first 3 pages, use '0,1,2'.
Response
Successful Response