Developer API
Leksi offers a public REST API for accessing news digests programmatically.
Endpoints
GET
/api/v1/digest/[slug]Fetch a single news digest by slug, including sources and analysis.
GET
/api/v1/search?q=Search digests by keyword. Returns up to 8 matching results.
GET
/api/v1/trendingRetrieve the latest trending topics snapshot.
Authentication
All API requests require an Authorization: Bearer <your-api-key> header. To obtain an API key, contact us.