Skip to content

Rate Limits

BucketLimit
Per IP on /public/v160 / minute
Document uploads10 / minute per IP
Per API key60 / minute and 1000 / hour

When limited you receive 429 with:

json
{
  "error": {
    "code": "rate_limited",
    "message": "…",
    "request_id": "req_…"
  }
}

Respect Retry-After when present. Retry creates with the same Idempotency-Key.

API base for Try-it: https://staging-api.appraiserflow.ai