All API requests require authentication via an API key.
API Key
Include your key in the x-api-key header:
Code
Alternatively, use the Authorization header:
Code
Rate Limits & Quotas
Rate limits depend on your subscription plan:
| Plan | Requests / Month | Rate Limit |
|---|---|---|
| Free | 100 | 10 req/min |
| Starter | 1,000 | 60 req/min |
| Professional | 10,000 | 300 req/min |
| Enterprise | Unlimited | Custom |
When you exceed your quota, the API returns 429 Too Many Requests.
Headers
| Header | Required | Description |
|---|---|---|
x-api-key | Yes | Your API key |
x-customer-id | No | Your customer ID for analytics |
Content-Type | Depends | multipart/form-data for uploads, application/json for JSON bodies |
Getting Your API Key
Register on the BotsKYC Portal to create an account and generate your API key. The portal also provides usage analytics, billing management, and transaction history.
Last modified on

