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

Search case studies

GET
https://whatsapp-backend-knd2.onrender.com/v1/casestudies
GET
/v1/casestudies
$curl -G https://whatsapp-backend-knd2.onrender.com/v1/casestudies \
> -H "X-API-Key: <apiKey>" \
> --data-urlencode "q=reduced churn" \
> -d company=stripe \
> -d featuring=figma.com \
> -d industry=fintech \
> -d tag=payments
200Retrieved
1{
2 "data": [
3 {
4 "id": "string",
5 "company_name": "Stripe",
6 "company_slug": "stripe",
7 "title": "How Figma scaled payments with Stripe",
8 "summary": "Figma adopted Stripe to handle global payments, reducing checkout friction and increasing conversion by 15%.",
9 "featured_client": "Figma",
10 "industry": "design",
11 "source_url": "string",
12 "tags": [
13 "string"
14 ],
15 "word_count": 1,
16 "published_date": "2023-01-15"
17 }
18 ],
19 "total": 1,
20 "page": 1,
21 "per_page": 1
22}

Search and filter case studies using full-text search and structured filters. Combine multiple filters for precise results.

Was this page helpful?
Previous

Semantic search

Next
Built with

Authentication

X-API-Keystring

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

Query parameters

qstringOptional

Full-text search query

companystringOptional

Filter by company slug (the vendor)

featuringstringOptional
Filter by featured client domain
industrystringOptional
Filter by industry
tagstringOptional
Filter by tag
pageintegerOptionalDefaults to 1
per_pageintegerOptional<=100Defaults to 20

Response

Paginated case study results
datalist of objects
totalinteger
pageinteger
per_pageinteger