Version 2 is coming up
For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 from the Limy Account Dashboard Page.

  2. Authenticate by exchanging the static key for a short-lived session token.

  3. Call any endpoint listed

Last updated