Authentication

Api key auth (http_api_key)

API key for authentication. Get your API key from the Developer Platform.

Authentication Methods:

  • Header (Recommended): x-api-key: your_api_key_here
  • Query Parameter: ?key=your_api_key_here

Security Best Practices:

  • Header authentication is preferred for security
  • Never expose your API key in client-side code
  • Always make API requests from your server
  • Rotate your API key if compromised