Skip to main content

Overview

API keys are required to authenticate your requests to the VoiceBot API. Each key inherits permissions from your organization role and access levels.

Generating an API Key

  1. Navigate to Settings > API & Integrations
  2. Click “Create API Key”
  3. Enter a descriptive name for your key
  4. Copy and securely store the generated key
API keys are only shown once at creation. Store them securely as they cannot be retrieved later.

Using API Keys

Include your API key in the X-API-Key header:
X-API-Key: YOUR_API_KEY
X-API-Key
string
required
Your API key obtained from the Settings page
For detailed information about API key management and permissions, refer to our Settings documentation.