---
title: "Creates a new upload link for the seller logo image"
method: POST
path: "/sellers/{id}/logos/upload"
tags: ["sellers"]
---

# Creates a new upload link for the seller logo image

`POST /sellers/{id}/logos/upload`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `id` integer, required

## Query parameters

- `mimeType` string

## Response `200`

successful operation

- LogoUpload
  - `fileKey` string — File key which should be used for uploading the file and adding the logo image
  - `uploadUrl` string — URL for uploading the logo image
  - `mimeType` string — Mimetype of the logo image

---

[API](https://skmtc.net/writechoiceorg/apis/connector.md) · [All operations](https://skmtc.net/writechoiceorg/apis/connector/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/writechoiceorg/connector/revisions/7ce09a4b2a4e/schema)
