Use this file to discover all available pages before exploring further.
We search the web, synthesize the results, and cite our sources.
Endpoint
POST /search/v1/answer
curl -X POST https://api.case.dev/search/v1/answer \ -H "Authorization: Bearer sk_case_YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "query": "What is the statute of limitations for medical malpractice in California?" }'
Response
{ "answer": "In California, the statute of limitations for medical malpractice is generally 3 years from the date of injury or 1 year from when the patient discovered or should have discovered the injury, whichever comes first [1]. However, there are exceptions for cases involving foreign objects left in the body [2] and for minors [3].", "citations": [ { "id": "1", "url": "https://law.cornell.edu/california/medical-malpractice", "title": "California Medical Malpractice Laws", "text": "California Code of Civil Procedure Section 340.5..." }, { "id": "2", "url": "https://findlaw.com/healthcare/foreign-object-exception", "title": "Foreign Object Exception", "text": "When a foreign object is left in the body..." } ]}