Skip to content

KeyPool

KeyPool is an API key pooling proxy running on Cloudflare Workers. It aggregates multiple upstream API keys per service (Exa, Firecrawl, AssemblyAI, Groq, Tavily, Serper, ElevenLabs, Cartesia, Deepgram), load-balances across them, and exposes a single team-facing endpoint with unified auth, rate limiting, and usage tracking.

Base URL

Production:

  • https://keypool.lvtu.in

Proxy pattern:

  • https://keypool.lvtu.in/v1/{service}/...

Example:

  • POST https://keypool.lvtu.in/v1/exa/search

Authentication

Use your KeyPool team token as one of:

  • Authorization: Bearer <team-token> (preferred)
  • x-api-key: <team-token>
  • xi-api-key: <team-token> (for ElevenLabs compatibility)

KeyPool will inject the real upstream key according to the target service’s auth scheme.