Download OpenAPI specification:Download
state required | string The state where the accident occured |
economic_damages required | number The total economic damages of the injured party. REQUIRED |
county required | string The county where the accident happened (eg Denver). REQUIRED |
plaintiff_sex | string The sex of the plaintiff in the accident - use lowercase 'm' for male, 'f' for female, or 'undisclosed'. OPTIONAL |
Array of objects (inputs_present) unique [ items ] An array of inputs obtained from /mva/casevalue/inputs which you pass into the casevalue prediction API. OPTIONAL |
{- "economic_damages": 0,
- "county": "string",
- "plaintiff_sex": "string",
- "inputs": [
- {
- "items": [
- {
- "id": "string",
- "present": true,
- "description": "string"
}
]
}
]
}
{- "casevalue": "string"
}