Search Overview

Search Overview

casestudy.dev offers two ways to search. Use them separately or together.

GET /v1/casestudies — Best for exact lookups: “all case studies from Stripe” or “case studies in fintech”.

POST /v1/casestudies/semantic — Best for natural language: “companies that improved onboarding conversion”. Uses vector embeddings to find relevant results even when exact keywords don’t match.

When to use which

ScenarioUse
All Stripe case studiesFiltered
Case studies about reducing churnSemantic
Fintech case studies about onboardingSemantic + industry filter
Paginate through all resultsFiltered
AI agent building a proposalSemantic or Batch

POST /v1/casestudies/batch — Up to 10 semantic queries in one call. Designed for AI agents.