Version: 2.0.0

HueChat Platform API
HueChat API for managing customer conversations across WhatsApp, Instagram, SMS, and Email channels.
Authentication
All API requests require an API key passed in the header:
X-API-Key: sk_live_your_api_key_here
API Key Types
| Type | Format | Environment |
|---|---|---|
| Live | sk_live_xxx | Production |
| Test | sk_test_xxx | Sandbox/Testing |
Getting Your API Key
- Log into HueChat Dashboard
- Go to Settings > API Keys
- Click Create API Key
- Copy your key (shown only once!)
Rate Limits
| Plan | Requests/Minute |
|---|---|
| Free | 100 |
| Pro | 1,000 |
| Enterprise | Custom |
Rate limit headers are included in every response:
X-RateLimit-Limit: Maximum requests allowedX-RateLimit-Remaining: Requests remainingX-RateLimit-Reset: Unix timestamp when limit resets
Authentication
- API Key: ApiKeyAuth
Your HueChat API key. Get it from Dashboard > Settings > API Keys.
- Live keys start with
sk_live_ - Test keys start with
sk_test_
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-API-Key |
License
Apache 2.0