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

# Upload files

`POST /files`

Upload files

## Response `201`

Files successfully uploaded.

- FileInfoImpl[]
  - `id` string, uuid — The ID of the file.
  - `name` string — The name of the file.
  - `contentType` string — The MIME type of the file content.
  - `size` integer — The size of the file.
  - `extension` string — The extension of the file.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
