Authentication

Learn how to authenticate with the Auralytik API using API keys or OAuth.

API Key Authentication

Include your API key in the Authorization header:

curl https://api.auralytik.com/v1/conversations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Keep your API key secure

Never expose your API key in client-side code or public repositories. Use environment variables and server-side requests.

OAuth & Advanced Auth coming soon

OAuth 2.0 support, API key rotation, and IP whitelisting documentation is being developed.

Request API Access