# PhotoUploadUrlResponse

Model ID: `patient.PhotoUploadUrlResponse`

Response for GET /patients/photo/upload-url.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `key` | `string` | Yes |  |  |  | No | Object key the pre-signed URL writes to, keyed by patient id. |
| `url` | `string` | Yes |  |  |  | No | Pre-signed Wasabi S3-compatible PUT URL, valid for 600 seconds. |

## Example

None declared in canonical OpenAPI.
