Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

A programmatic deep research engine. Add web search and AI-powered research to your app—let your users get answers with citations, or run comprehensive multi-step research.
Web data only. This searches publicly available web content. For comprehensive legal research (case law, statutes, regulations), use specialized platforms like Lexis, Westlaw, or OpenLaws.

Quick start

curl -X POST https://api.case.dev/search/v1/answer \
  -H "Authorization: Bearer $CASEDEV_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "What is the statute of limitations for medical malpractice in California?",
    "includeDomains": ["law.cornell.edu", "findlaw.com"]
  }'

Endpoints

Search

POST /search/v1/search — Web search with domain filtering

AI Answer

POST /search/v1/answer — Get AI answers with citations

Research

POST /search/v1/research — Deep multi-step research

Use cases

Build these capabilities for your users:
FeatureEndpointExample
Research assistant/researchLet users research topics and get comprehensive reports
Fact verification/answerVerify claims with sourced answers
News monitoring/searchMonitor web for relevant news and updates
Background research/searchFind public records and business information

LLMs

Combine search results with LLMs for deeper analysis and synthesis

Format

Generate polished research reports from search results