# PhotoUploadUrlResponse

Model ID: `provider.GetPhotoUploadUrlResponse`

Response for GET /practitioners/{practitioner_id}/photo/upload-url.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `expires_in` | `integer` | Yes |  |  |  | No | Seconds until the presigned URL expires. |
| `storage_key` | `string` | Yes |  |  |  | No | Object key the photo will be stored under in the Wasabi bucket. |
| `upload_url` | `string` | Yes |  |  |  | No | Presigned Wasabi PUT URL. Upload the raw image bytes directly to this URL with an HTTP PUT. |

## Example

None declared in canonical OpenAPI.
