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
Navigate to Settings
Using API Keys
Include your API key in theX-API-Key header:
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.