What is rate limited
Rate limiting applies to scoring endpoints under/v1/jobs:
POST /v1/jobs/{jobId}/applications/{applicationId}/scoring-jobsGET /v1/jobs/{jobId}/applications/{applicationId}/scoring-jobs/{scoringJobId}POST /v1/jobs/{jobId}/scoring-batchesGET /v1/jobs/{jobId}/scoring-batches/{scoringBatchId}
Default limit
The default limit is 100 requests per 60 seconds per tenant (per environment).If you need higher limits, contact us through the Embed Portal.
Rate limit headers
Responses from scoring endpoints include:| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests allowed in the current window |
X-RateLimit-Remaining | Requests remaining in the current window |
X-RateLimit-Reset | Unix timestamp when the window resets |
Checking your status
UseGET /v1/rate-limit-status to check your current window without consuming rate limit points.
Handling 429 responses
When you are rate limited:- HTTP status is
429 Retry-Afterheader tells you how many seconds to wait