---
title: "Get Signed Upload URL"
method: GET
path: "/getUploadUrl"
tags: ["Assets"]
---

# Get Signed Upload URL

`GET /getUploadUrl`

Generates a signed PUT URL for uploading files directly to S3

## Query parameters

- `name` string, required
- `project` string, required
- `type` 'assets' | 'segmentationModels' | 'brushes' | 'medicalBrushes' | 'exports' | 'instructions'
- `storageId` string
- `bucket` string

## Response `201`

Upload URL generated successfully

- UploadUrlResponse
  - `status` string
  - `data` object
    - `uploadUrl` string

---

[API](https://skmtc.dev/imerit/apis/ango-hub-api-v2.md) · [All operations](https://skmtc.dev/imerit/apis/ango-hub-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/imerit/ango-hub-api-v2/revisions/a1fd1e59951c/schema)
