LurkiLurki Docs
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/v1

Authentication

All API requests require a Bearer token:

curl -H "Authorization: Bearer lk_live_..." https://api.lurki.io/v1/health

Get 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

EndpointDescription
GET /v1/healthHealth check
GET /v1/profilesList watched profiles
GET /v1/postsList posts with filters
GET /v1/posts/feedCross-platform content feed
GET /v1/metricsBranded analytics per profile
GET /v1/definitionsMetric definitions catalog
GET /v1/entitiesEntity management
GET /v1/searchFull-text and semantic search

On this page