← Back to Help Center
API ReferenceUpdated March 22, 2026

API Authentication

Authentication

All API requests require an API key passed in the Authorization header.

Authorization: Bearer aipp_live_YOUR_KEY_HERE

Getting your API key

Your API key is shown once during onboarding. If you need a new key, go to Dashboard → Settings → Rotate API Key.

Keeping your key secure

  • Never commit your API key to a public GitHub repository
  • Never expose it in client-side JavaScript
  • Store it as an environment variable
  • Rotate it immediately if compromised

API key format

aipp_live_ followed by 32 random characters. Keys starting with aipp_live_ are production keys.

Was this article helpful?

Related Articles