Skip to main content

Getting Started

Overview​

Welcome to LlamaExtract, from LlamaIndex. LlamaExtract determines the underlying schema in your document(s) and extract structured data from unstructured docs.

LlamaExtract is available as a standalone REST API, a Python package, and a web UI. It is currently a experimental feature; you can sign up to try it out or read the onboarding documentation

Quick Start​

Using the web UI​

The fastest way to try out LlamaExtract is to use the web UI.

Just drag and drop any supported document into LlamaCloud, infer schema, and extract data from your documents.

Access API Key page

Get an API key​

Once you're ready to start coding, get an API key to use LlamaExtract in Python or as a standalone REST API.

Use our libraries​

We have a library available for Python. Check out the Python quick start to get started.

Use the REST API​

If you're using a different language, you can use the LlamaExtract REST API to extract data from your documents.