Getting Your API Key
You can generate and manage your API keys from the Dashboard.- Sign in to your Keevx account
- Click your account avatar in the top navigation
- Select Dashboard → API Key
- Create a new API key
- Copy and securely store the key
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 Pricing & Limits 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

