For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Guides
    • Introduction
    • Quick Start
    • Use Cases
    • MCP Server
  • API
    • Enrich Endpoint
  • Integrations
    • Clay
    • Zapier
    • Make
    • HubSpot
    • Salesforce
    • n8n
  • Platform
    • API Keys
    • Rate Limits
    • Pricing
  • Support
    • Support
  • API Reference
    • GETGet platform stats
    • GETSearch case studies
    • POSTSemantic search
    • POSTBatch semantic search
    • GETGet case study
    • GETList companies
    • GETGet company
    • GETCompany analysis
    • GETCompany timeline
    • POSTCompare vendors
    • POSTRegister for an API key
Logocasestudies.dev
On this page
  • Get your key
  • Use your key
  • One key per email
  • Errors
Platform

API Keys

Was this page helpful?
Previous

Rate Limits

Next
Built with

All endpoints except /v1/stats, /v1/keys, and /v1/submit require an API key.

Get your key

$curl -X POST https://whatsapp-backend-knd2.onrender.com/v1/keys \
> -H "Content-Type: application/json" \
> -d '{"email": "you@company.com"}'

Your key is returned once. Store it securely.

Use your key

Pass it in the X-API-Key header:

$curl https://whatsapp-backend-knd2.onrender.com/v1/casestudies?company=stripe \
> -H "X-API-Key: cs_live_abc123..."

One key per email

Each email can have one active API key. Contact support if you need a new one.

Errors

CodeMeaning
401Missing or invalid API key
429Monthly rate limit exceeded