API Reference
API Overview
The Keep'em API gives you programmatic access to your events, registrations, viewing sessions, and analytics. Use it to integrate Keep'em deeply into your product.
Base URL
https://api.getkeepem.com/v1API Access by Plan
| Capability | Starter | Growth | Scale |
|---|---|---|---|
| Viewer APIs (register, sessions) | ✓ | ✓ | ✓ |
| Management APIs (events, docs) | — | ✓ | ✓ |
| Analytics APIs | — | — | ✓ |
Authentication
All API requests require authentication. See Authentication for details on using secret and publishable keys.
Response Format
All responses are JSON. Successful responses include the requested data directly. Error responses follow a consistent format described in Errors.
Rate Limits
API requests are rate-limited per project. Current limits:
- Secret key: 1,000 requests/minute
- Publishable key: 100 requests/minute
Rate limit headers are included in every response.