Documentation Index
Fetch the complete documentation index at: https://docs.rewind.rest/llms.txt
Use this file to discover all available pages before exploring further.
API keys
All endpoints (except/v1/health and webhooks) require a Bearer token.
Key types
| Key type | Prefix | Access |
|---|---|---|
| Read | rw_live_... | All GET endpoints |
| Admin | rw_admin_... | All endpoints including sync triggers, data management, and key management |
Rate limiting
The API uses a sliding window rate limiter per API key:- Window: 60 seconds
- Limit: 100 requests per window
429 Too Many Requests.