API Reference
Complete reference for the SiftlyAPI REST endpoints. All responses are JSON-encoded.
Base URLs
| Environment | URL |
|---|---|
| Production | https://api.siftlyapi.com |
Authentication
All API requests (except /health) require an API key. Pass it via either header:
Header options
# Option 1: X-API-Key header (recommended)X-API-Key: YOUR_API_KEY# Option 2: Authorization BearerAuthorization: Bearer YOUR_API_KEYRate Limits
| Plan | Monthly Requests | Rate Limit |
|---|---|---|
| Hobby | 1,000 | 20/min |
| Pro | 50,000 | 100/min |