Authenticate your API requests using API keys
Best for server-to-server communication and simple integrations
Get your key from our dashboard.
Retrieve generation statistics for your account
Keep API Keys Secret: Never expose API keys in client-side code or public repositories
Use Environment Variables: Store API keys in environment variables, not in your code
Rotate Keys Regularly: Create new API keys and deactivate old ones periodically