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

# 1. Create an Upload Slot

`GET /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.

<!-- 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

## Response `200`

Slot created.

- object
  - `node` string
  - `csrfToken` string
  - `data` object[]
    - `id` string
  - `status` number

---

[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/revisions/0850b5d6be73/schema)
