Skip to main content

API Keys

All requests must include a valid API key in the Authorization header:
Never expose your API key in client-side code or public repositories.

Getting an API Key

  1. Visit https://boobie.ai/enterprise
  2. Complete the Enterprise Strategy Call request form
  3. Our team will provision your API key within 24 hours

API Key Scopes

Security Best Practices

  • Store API keys as environment variables
  • Request only the scopes your application needs
  • Monitor usage regularly via the Analytics endpoint
  • All requests must be made over HTTPS