---
title: "Upload File"
method: POST
path: "/kb/v1/files"
tags: ["Files"]
---

# Upload File

`POST /kb/v1/files`

Upload File

## Response `200`

File uploaded successfully

- File
  - `id` string — This is the unique identifier of the file.
  - `name` string — This is the name of the file.
  - `type` string
  - `teamId` string
  - `createdAt` string, date-time — This is the ISO 8601 date-time string of when the record was created.

---

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