API Key

Manage authentication

Use your secret API key in the Authorization header as a Bearer token. Keep it private and never expose it in public frontend code.

••••••••••••••••••••••••••••••••

Security best practices

  • Never commit your secret key to Git repositories.
  • Do not expose API keys in public frontend pages.
  • Route production requests through your backend when needed.
  • Regenerate the key immediately if you suspect leakage.