---
title: "Bulk attach labels."
method: POST
path: "/2/vod/channels/{channel}/labels"
tags: ["V3 > Label"]
---

# Bulk attach labels.

`POST /2/vod/channels/{channel}/labels`

Attach labels specified in the request associated with the provided channel.

## Path parameters

- `channel` string, required

## Request body

- object
  - `folders` string[]
  - `labels` string[]
  - `media` string[] — The media unique identifier

## Response `200`

OK

- Response
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request

## Changes

- **2026-09-22** `f11860e74a00` — 1 info
  - for the `path` request parameter `channel`, the type was generalized from `integer` to `string`

[Change history](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/changes/2/vod/channels/:channel/labels/post.md)

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/revisions/64c14a5addb7?raw)
