Rate Limits

Endpoint-level throttling expectations for public and authenticated API paths.

4 min readstable

Current limits

EndpointScopeLimit
/api/epk-inquiryartistId + senderEmail3 requests / 5 min
/api/feed/postauthorId5 posts / 60 sec
Checkout initiatorsuser/sessionServer-side validated

Behavior

When limits are exceeded, endpoints return 429 with a descriptive message. Clients should show retry guidance and avoid auto-retry loops.

    Rate Limits | StarrBase Docs