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
2
Create Key
Click “Create API Key”
3
Name Your Key
Enter a descriptive name for your key
4
Save Securely
Copy and securely store the generated key
Using API Keys
Include your API key in theX-API-Key header:
string
required
Your API key obtained from the Settings page
Best Practices
Secure Storage
Never commit API keys to version control. Use environment variables.
Key Rotation
Regularly rotate keys and revoke unused ones.