# VisionFaceCompareRequest

Model ID: `VisionFaceCompareRequest`

Request body for POST /vision/face-compare.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `image_url_1` | `string|null` | No |  |  | `null` | Yes | URL of the first image to compare. |
| `image_url_2` | `string|null` | No |  |  | `null` | Yes | URL of the second image to compare. |
| `similarity_threshold` | `number|null` | No |  |  | `80` | Yes | Minimum similarity score (0-100) for a match; defaults to a server-side threshold when omitted. |

## Example

None declared in canonical OpenAPI.
