API rate limit meaning: SkedCast's own 429 reasons#
SkedCast's own /v1 API distinguishes several 429 reasons rather than one generic error: rate_limited and quota_exceeded (short-term throttling), tenant_quota_exceeded (your plan's usage budget), and platform_capacity_exhausted (the destination platform, not SkedCast, is the bottleneck) — each machine-readable so a caller can react differently.
FAQ
- Is an API rate limit the same as anti-ban pacing?
- No — a rate limit caps requests to an API (including SkedCast's own /v1 API). Anti-ban pacing spaces out the actual posts published TO a social platform so the connected account doesn't look automated, even to a rate limit that hasn't been hit.