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

# Get review template media presigned S3 url

`GET /customer-engagement/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
- `500` — Unexpected server error. Handled failures return this endpoint's usual response shape with only the message field set; unhandled failures return the generic error envelope with errorMessage and errorCode instead.

---

[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/c9f6adecac60/schema)
