1https://shaf.app/api/v1
Authorization header using the Bearer scheme:1Authorization: Bearer shaf_live_your_api_key_here
HTTP 401 Unauthorized response.123456{ "code": 0, "data": { "key": "value" } }
12345{ "code": 40001, "message": "Invalid destination URL provided", "data": null }
| Plan Tier | Rate Limit (Requests / Minute) | Burst Allowance |
| Starter | 120 req / min | 30 req / 5s |
| Pro | 600 req / min | 100 req / 5s |
| Enterprise | Custom (up to 10,000 req / min) | Custom |
HTTP 429 Too Many Requests containing standard rate limit headers:X-RateLimit-Limit: Maximum requests permitted per window.X-RateLimit-Remaining: Remaining requests in the active window.X-RateLimit-Reset: Unix timestamp when the quota refreshes.