Skip to main content

Authentication

The initial KolaVoice API uses account-level API keys.

Create an API key

  1. Sign in to KolaVoice.
  2. Open the dashboard API page.
  3. Create a key for outbound calling.
  4. Copy the generated key immediately. It is shown only once.

Send the API key

Use the X-API-Key header:
You can also send the same value as a bearer token if your client only supports Authorization:

Notes

  • The key belongs to one KolaVoice account.
  • The account must have access to the agent_id you send.
  • The account must have an active outbound-enabled number, or be allowed to use the system default outbound number.
  • Outbound calls also enforce wallet and outbound capacity checks.

Example