This Quickstart walks you through your first call to the new Parse API. In under five minutes you will have a structured Markdown rendering of your document, ready for use in downstream workflows like RAG, search, or extraction.Documentation Index
Fetch the complete documentation index at: https://docs.landing.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Make Your First Parse Request
This tutorial guides you through how to parse a sample customer due diligence form. This example uses all default parameters.Parse a document
Run the code below to parse the form. The
> at the end of the command saves the response to a file called parse-output.json.Replace YOUR_API_KEY with your API key.What You Get Back
You now havemarkdown-kyc-form.md: a Markdown rendering of the form, ready to use directly in a RAG application, search index, or LLM prompt.
The full response in parse-output.json also includes a structure field with the document’s pages and elements, a grounding field with per-element bounding boxes, and a metadata field with job information; see How Parse Works to dig into those.
What’s Next
How Parse Works
Understand the response shape in depth: pages, elements, and grounding.
Try the Playground
Run Parse against your own files without writing code.
Pricing
See how credit usage is calculated per page.
Troubleshoot
Status codes, errors, and how to resolve them.