Skip to main content

Authentication

All AIOKA Intelligence API endpoints (except /v1/health and /v1/keys/generate) require an API key passed in the X-API-Key header.

API Key Format

Examples:
  • aik_free_a1b2c3d4e5f6g7h8i9j0 — Free tier
  • aik_basic_x9y8z7w6v5u4t3s2r1q0 — Basic tier
  • aik_pro_m1n2o3p4q5r6s7t8u9v0 — Pro tier

Making Authenticated Requests

Include your key in the X-API-Key header on every request:

Error Responses

Security

  • Store your key securely — treat it like a password
  • Never commit it to version control
  • Use environment variables: export AIOKA_API_KEY=aik_free_...
  • The key is shown once at generation and cannot be recovered

Get Your Free Key

→ Full key generation docs