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

Company analysis

GET
https://whatsapp-backend-knd2.onrender.com/v1/companies/:slug/analysis
GET
/v1/companies/:slug/analysis
$curl https://whatsapp-backend-knd2.onrender.com/v1/companies/checkout/analysis \
> -H "X-API-Key: <apiKey>"
200Retrieved
1{
2 "company": {
3 "id": "string",
4 "name": "Stripe",
5 "slug": "stripe",
6 "domain": "stripe.com",
7 "industry": "fintech",
8 "logo_url": "string",
9 "total_case_studies": 1
10 },
11 "total_case_studies": 1,
12 "top_industries": [
13 {
14 "industry": "string",
15 "count": 1
16 }
17 ],
18 "notable_clients": [
19 "string"
20 ],
21 "common_tags": [
22 {
23 "tag": "string",
24 "count": 1
25 }
26 ],
27 "outcome_highlights": [
28 "string"
29 ]
30}

Get a rolled-up analysis of a company’s case study portfolio. Includes top industries served, notable clients, common themes, and outcome highlights.

Use this for competitor analysis or VC due diligence.

Was this page helpful?
Previous

Company timeline

Next
Built with

Authentication

X-API-Keystring

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

Path parameters

slugstringRequired

Response

Company analysis
companyobject
total_case_studiesinteger
top_industrieslist of objects
notable_clientslist of strings
common_tagslist of objects
outcome_highlightslist of strings