# ScanUploadResponse

Model ID: `ScanUploadResponse`

SAFE CDX presigned upload information.

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 | SAFE CDX S3 object key associated with this scan. |
| `test_id` | `string` | Yes | uuid |  |  | No | Health Cloud correlation identifier for this diagnostic scan. Use this identifier when retrieving the processed result. |
| `upload_url` | `string` | Yes |  |  |  | No | Presigned AWS S3 PUT URL. Upload the image bytes directly using the required Content-Type. |

## Example

None declared in canonical OpenAPI.
