# PhotoUploadUrlResponse

Model ID: `fieldagent.PhotoUploadUrlResponse`

Response for GET /agents/{agent_id}/photo/upload-url and
GET /patients/{patient_id}/photo/upload-url.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `key` | `string` | Yes |  |  |  | No | Object key the photo will be stored under in the Wasabi bucket. |
| `url` | `string` | Yes |  |  |  | No | Presigned Wasabi PUT URL, valid for 10 minutes. Upload the raw image bytes directly to this URL with an HTTP PUT. |

## Example

None declared in canonical OpenAPI.
