---
title: "Creates a new upload link for the article image"
method: POST
path: "/articles/{sellerId}/{articleId}/images/upload"
tags: ["articles"]
---

# Creates a new upload link for the article image

`POST /articles/{sellerId}/{articleId}/images/upload`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `sellerId` integer, required
- `articleId` integer, required

## Query parameters

- `mimeType` string

## Response `200`

successful operation

- ArticleImageUpload
  - `id` string
  - `uploadUrl` string

---

[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)
