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

Get case study

GET
https://whatsapp-backend-knd2.onrender.com/v1/casestudies/:id
GET
/v1/casestudies/:id
$curl https://whatsapp-backend-knd2.onrender.com/v1/casestudies/id \
> -H "X-API-Key: <apiKey>"
1{
2 "company_name": "Stripe",
3 "company_slug": "stripe",
4 "featured_client": "Figma",
5 "featured_client_domain": "string",
6 "full_text": "string",
7 "id": "string",
8 "industry": "design",
9 "outcomes": "string",
10 "problem": "string",
11 "published_date": "2023-01-15",
12 "scraped_at": "2024-01-15T09:30:00Z",
13 "solution": "string",
14 "source_url": "string",
15 "summary": "Figma adopted Stripe to handle global payments, reducing checkout friction and increasing conversion by 15%.",
16 "tags": [
17 "string"
18 ],
19 "title": "How Figma scaled payments with Stripe",
20 "word_count": 1
21}

Retrieve a single case study by ID. Free tier returns all fields except full_text. Pro tier and above includes the complete case study text.

Was this page helpful?
Previous

List companies

Next
Built with

Authentication

X-API-Keystring

Your casestudy.dev API key. Get one at POST /v1/keys.

Path parameters

idstringRequiredformat: "uuid"

Response

Full case study
company_namestring
company_slugstring
featured_clientstring
featured_client_domainstring or null
full_textstring or null
Full case study text. Requires Pro tier.
idstringformat: "uuid"
industrystring
outcomesstring
problemstring
published_datedate or null
scraped_atdatetime
solutionstring
source_urlstringformat: "uri"
summarystring
tagslist of strings
titlestring
word_countinteger

Errors

404
Not Found Error