Skip to main content

Getting Started

Overview​

Welcome to LlamaReport, from LlamaIndex. LlamaReport is a prebuilt agentic system that takes your custom data and anables you to create and iterate on a report.

LlamaReport is available as a standalone REST API, a Python package, and a web UI. It is currently a experimental waitlisted feature; you can sign up to try it out or read the onboarding documentation once you have been let off of the waitlist.

Quick Start​

Using the web UI​

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

Pass in your source documents and a report template, watch the report get planned and generated.

Access API Key page

Get an API key​

Once you're ready to start coding, get an API key to use LlamaReport 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 LlamaReport REST API to create and iterate on a report.