---
title: "1. Create an Upload Slot"
method: POST
path: "/uploadmanager.newuploadslot"
tags: ["Attachments", "Product Image"]
---

# 1. Create an Upload Slot

`POST /uploadmanager.newuploadslot`

Returns a slot ID that is needed for the `/bdmanager.upload/{typedId}/{slot_id}`, or `/productimages.upload/{slot_id}/{sku}` (Upload a File) endpoint. Same behavior and response as GET `/uploadmanager.newuploadslot`.

<!-- theme: info-->
>**Information**
>
>To upload a file you need to perform the following actions:
>1. Create an Upload Slot
>2. Upload a File
>3. Delete an Upload Slot

## Query parameters

- `ownerTypedId` string

## Response `200`

Slot created.

- object
  - `response` object
    - `data` object[]
      - `id` string
    - `status` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
