Use this file to discover all available pages before exploring further.
The problem: You need to research a legal issue across multiple jurisdictions. Manual research takes days.The solution: Use AI-powered web search to get answers with citations, or run deep research for comprehensive analysis.
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.
Let your users get AI-generated answers to questions:
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", "justia.com"] }'