Skip to main content
POST
Upload and add file attachment to room

Authorizations

Authorization
string
header
required

Noux API key from your integration settings

Headers

authorization
string
required

Bearer token with Noux API key

Body

multipart/form-data
roomId
string
required

Room ID to add attachment to

name
string
required

Name of the attachment, visible in the room UI

file
file
required

File to upload (required)

Response

Attachment added successfully

attachmentId
string
required

The created attachment ID