# AssistantOcrInsuranceResponse

Model ID: `AssistantOcrInsuranceResponse`

Response for POST /assistant/ocr-insurance. Discriminated by `type`; always HTTP 200 on this shape (validation/model failures use the error envelope instead).

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `fields` | [`_InsuranceOcrResult`](./_InsuranceOcrResult.md) | Yes |  |  |  | No | Extracted insurance-card fields; unreadable fields are empty strings, never omitted. |
| `ok` | `boolean` | Yes |  |  |  | No | Always `true` for this response shape. |
| `type` | `string` | Yes |  |  |  | No | Always `ocr_result` for a successful extraction. |

## Example

None declared in canonical OpenAPI.
