Skip to main content

Getting Started

Overview

Welcome to LlamaExtract, from LlamaIndex. LlamaExtract is a component of LlamaCloud that allows you to infer the underlying schema in your document(s) and extract structured data from unstructured docs. It's 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 starts

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 schemae, and extract data from your documents.

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.