---
title: "Get review template media presigned S3 url"
method: GET
path: "/review-template/media/upload-url"
tags: ["Review Generation"]
---

# Get review template media presigned S3 url

`GET /review-template/media/upload-url`

## Query parameters

- `type` 'LOGO_PHOTO', required — Type of the media to upload
- `contentType` 'image/png' | 'image/jpeg', required — Content type of the media to upload
- `fileName` string, required — File name of the media to upload, used to build the S3 object key

## Response `200`

OK response

- object
  - `mediaId` integer, nullable
  - `message` string, nullable
  - `uploadUrl` string, nullable

## Other responses

- `400` — Invalid ReviewTemplateMediaRequest (failed request validation)
- `403` — User does not have right permission to perform this action

---

[API](https://skmtc.net/uberall/apis/uberall-api.md) · [All operations](https://skmtc.net/uberall/apis/uberall-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uberall/uberall-api/revisions/3e6bbc61550f/schema)
