Integrations
REST API
Lurki Public API — 18 endpoints for programmatic access
The Lurki API provides full programmatic access to your social intelligence data.
Base URL
https://api.lurki.io/v1Authentication
All API requests require a Bearer token:
curl -H "Authorization: Bearer lk_live_..." https://api.lurki.io/v1/healthGet your API key from the Backoffice under Settings > API Keys.
Interactive Docs
Full interactive API documentation with try-it-out is available at:
api.lurki.io/docs (powered by Scalar)
Available Endpoints
| Endpoint | Description |
|---|---|
GET /v1/health | Health check |
GET /v1/profiles | List watched profiles |
GET /v1/posts | List posts with filters |
GET /v1/posts/feed | Cross-platform content feed |
GET /v1/metrics | Branded analytics per profile |
GET /v1/definitions | Metric definitions catalog |
GET /v1/entities | Entity management |
GET /v1/search | Full-text and semantic search |

