> For the complete documentation index, see [llms.txt](https://docs.getlimy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getlimy.ai/rest-api/api-reference.md).

# API Reference

The Limy REST API gives you programmatic access to some of the metadata and analytics that power the Limy applications. Use it to pull data into your own dashboards, warehouse, or workflows.

#### What you can do

* Read account metadata — prompts, topics, competitors etc.
* Pull visibility, source analysis metrics on demand.
* Build internal dashboards and alerts on top of Limy data.
* Feed Limy analytics into your data warehouse or BI tool.

#### Base URL

```
https://api.limy.ai
```

All endpoints are versioned (`/v1/...`).

#### Getting started

1. [**Create an API key**](/rest-api/create-an-api-key.md) from the Limy Account Dashboard Page.
2. [**Authenticate**](/rest-api/authentication.md) by exchanging the static key for a short-lived session token.
3. Call any endpoint listed&#x20;
