---
title: "Upload a file"
method: POST
path: "/intelligent-sales-rooms/{salesRoomId}/files"
tags: ["Intelligent Sales Room"]
---

# Upload a file

`POST /intelligent-sales-rooms/{salesRoomId}/files`

Uploads a file to the sales room

## Path parameters

- `salesRoomId` string, required

## Response `200`

successful operation

- IntelligentSalesRoomFile
  - `id` string, uuid
  - `fileName` string
  - `createdOn` integer
  - `updatedOn` integer
  - `mimeType` string
  - `fileSize` integer
  - `salesRoomId` string
  - `fileType` 'PDF' | 'MP4' | 'PPTX' | 'PNG' | 'JPG' | 'GIF' | 'OTHER'
  - `fileCategory` string
  - `validFileSize` boolean
  - `userUploadedPdf` boolean
  - `originalFileName` string

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/revisions/c30f5b9fbfab/schema)
