---
title: "Attach files to an entity"
method: PUT
path: "/api/v4/{entity}/{entity_id}/files"
---

# Attach files to an entity

`PUT /api/v4/{entity}/{entity_id}/files`

The method allows to attach files to a chosen entity.

## Path parameters

- `entity` string, required
- `entity_id` integer, required

## Headers

- `Content-Type` string

## Request body

- object
  - `RAW_BODY` object[]
    - `file_uuid` string — File UUID

## Response `200`

200

- object

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404

---

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