API Keys
All API requests require an API key for authentication. You can create and manage API keys in your Dashboard.Using Your API Key
Method 1: Request Body (Recommended)
Include your API key in the request body:Method 2: Query Parameter
For GET requests, you can include the API key as a query parameter:Multiple API Keys
You can create multiple API keys for different projects or environments. Each key has its own usage tracking and can be managed independently.API keys are scoped to your account. All keys have access to the same features based on your subscription tier.
Security Best Practices
Using Environment Variables
Rotating API Keys
Regularly rotate your API keys for security:- Create a new API key in your dashboard
- Update your applications to use the new key
- Delete the old key once migration is complete
Verifying Your API Key
You can verify your API key is valid using the verify endpoint:Whether the API key is valid
Your current subscription tier (free, pro, enterprise)