#
API rate limits
Each Kameleo team has a requests‑per‑minute limit to keep the service stable and fair. It applies to authenticated Local API calls that reach our backend.
#
Counted operations
High-impact endpoints that fetch or bind fresh fingerprint / profile state increment your RPM:
- SearchFingerprints
- CreateProfile
- StartProfile
Other lightweight operations (e.g., stop profile) have negligible cost and are not subject to the same strict counting.
#
Plan limits
Enterprise customers needing more can contact support for a tailored allocation.
#
What happens when you exceed
If you cross the plan ceiling within the rolling window:
- Further counted calls return a HTTP 429 error.
- Retry after a short exponential backoff (e.g., 1s, 2s, 4s, 8s) until within quota again.
- Persistent saturation indicates you should optimize or upgrade.