Getting Your API Key
You can generate and manage your API keys from the Dashboard. Please refer to Introduction for detailed steps on obtaining your API Key. This API key will be used to authenticate all API requests made on your behalf.Authentication Method
Keevx uses Bearer Token authentication. Include your API key in theAuthorization header of every request:
📘 API Plans & Usage Limits
API usage limits depend on the API plan associated with your account. All accounts may have access to a free or trial tier with limited usage. Paid API plans provide higher rate limits, larger quotas, and access to advanced features. For detailed pricing and usage limits, please refer to the Introduction page.❗️ Protect Your API Key
Your API key acts like a password. Anyone with access to your API key can make API requests and consume resources on your behalf. Best practices:- Keep your API key secret and secure
- Do not expose it in client-side or public code
- Store it in environment variables

