Skip to main content
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

TypeFormatEnvironment
Livesk_live_xxxProduction
Testsk_test_xxxSandbox/Testing

Getting Your API Key

  1. Log into HueChat Dashboard
  2. Go to Settings > API Keys
  3. Click Create API Key
  4. Copy your key (shown only once!)

Rate Limits

PlanRequests/Minute
Free100
Pro1,000
EnterpriseCustom

Rate limit headers are included in every response:

  • X-RateLimit-Limit: Maximum requests allowed
  • X-RateLimit-Remaining: Requests remaining
  • X-RateLimit-Reset: Unix timestamp when limit resets

Authentication

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

Contact

HueChat Support: api@huechat.ai

URL: https://support.huechat.ai

License

Apache 2.0