Authentication

All API requests require authentication using your API key.

API Key Authentication

To authenticate your API requests, include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY
Security Notice: Keep your API key secure. Do not share it in public repositories or client-side code.

Getting Your API Key

You can obtain your API key from your dashboard after registering for an account.

Get Started

Sign up or log in to get your API key.

Sign Up Log In

API Key Management

Best practices for API key management:

  • Store API keys securely in environment variables or secure vaults
  • Rotate keys periodically for enhanced security
  • Use different API keys for development and production environments
  • Revoke compromised keys immediately

Rate Limiting

API requests are subject to rate limiting based on your subscription plan. See the Rate Limiting section for details.