---
title: "Add assets to a collection"
method: POST
path: "/api/v4/collections/{id}/media"
tags: ["Collections assets"]
---

# Add assets to a collection

`POST /api/v4/collections/{id}/media`

Add assets to a specific collection by ID.

## Path parameters

- `id` string, required

## Response `202`

Assets added to collection.

- object
  - `message` string
  - `statuscode` integer

## Other responses

- `403` — Access denied.

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/versions/bb9efc864ce1/schema)
