Documentation Index
Fetch the complete documentation index at: https://revlytics.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
- Event ingestion (
/api/event,/api/replay) — No authentication required. Events are associated with a site via thesite_idfield. - Dashboard APIs (
/api/sites,/api/mentions, etc.) — Require an authenticated Supabase session (cookie-based).
Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /api/event | Ingest analytics events |
POST | /api/replay | Ingest session replay data |
GET | /api/sites | List your sites |
POST | /api/sites | Create a new site |
DELETE | /api/sites | Delete a site |
GET | /api/mentions | Get X/Twitter mentions |
GET | /api/sites/x-config | Get X tracking config |
POST | /api/sites/x-config | Update X tracking config |
GET | /api/search-console | Get GSC data |
GET | /api/cron/mentions | Trigger mention scan |