Skip to content
Playcut Docs

Rate Limits

Rate limits are enforced per API key using a sliding 60-second window.

PlanRequests / minute
Solo ($19/mo)60
Team ($49/mo)300
Agency ($99/seat/mo)1,000

API keys require an active paid subscription. See Playcut pricing for plan details.

Every response includes rate-limit headers:

HeaderDescription
X-RateLimit-LimitMax requests per 60-second window
X-RateLimit-RemainingRequests remaining in the current window
X-RateLimit-ResetUnix timestamp (ms) when the window resets
{
"statusCode": 429,
"message": "Rate limit exceeded. Try again in 12s.",
"error": "Too Many Requests"
}

The response also includes a Retry-After header with the number of seconds to wait.