---
title: "Adjuntar archivos a una entidad"
method: PUT
path: "/api/v4/{entity}/{entity_id}/files"
---

# Adjuntar archivos a una entidad

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

El método permite adjuntar archivos a una entidad seleccionada.

## Path parameters

- `entity` 'leads' | 'contactos' | 'compañías', required
- `entity_id` integer, required

## Headers

- `Content-Type` string

## Request body

- object
  - `RAW_BODY` object[]
    - `uuid` string — UUID de archivo

## Response `200`

200

- object

## Other responses

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

---

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