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
API Reference

Register for an API key

POST
https://whatsapp-backend-knd2.onrender.com/v1/keys
POST
/v1/keys
$curl -X POST https://whatsapp-backend-knd2.onrender.com/v1/keys \
> -H "Content-Type: application/json" \
> -d '{
> "email": "dev@yourcompany.com"
>}'
1{
2 "api_key": "cs_live_abc123...",
3 "tier": "free",
4 "monthly_limit": 100,
5 "message": "string"
6}

Get a free API key with 100 requests/month. Upgrade to Pro for 10,000 requests/month and full case study text.

Was this page helpful?
Previous
Built with

Request

This endpoint expects an object.
emailstringRequiredformat: "email"

Response

API key created
api_keystring
tierstring
monthly_limitinteger
messagestring

Errors

409
Conflict Error