---
title: "Add assets to a board"
method: PUT
path: "/v3/boards/{board_id}/assets"
tags: ["Boards"]
---

# Add assets to a board

`PUT /v3/boards/{board_id}/assets`

## Path parameters

- `board_id` string, required

## Headers

- `Accept-Language` string — Provide a header to specify the language of result values. Supported values: cs (iStock only), de, en-GB, en-US, es, fi (iStock only), fr, hu (iStock only), id (iStock only), it, ja, ko (creative assets only), nl, pl (creative assets only), pt-BR, pt-PT, ro (iStock only), ru (creative assets only), sv, th (iStock only), tr, uk (iStock only), vi (iStock only), zh-HK (creative assets only).

## Request body

- BoardAsset[]
  - `asset_id` string, required

## Response `201`

Created

- AddBoardAssetsResult
  - `assets_added` BoardAsset[], nullable
    - `asset_id` string, required
  - `assets_not_added` string[], nullable

## Other responses

- `400` — InvalidParameterValue
- `401` — Unauthorized
- `403` — InsufficientAccess
- `404` — BoardNotFound

---

[API](https://skmtc.net/gettyimages/apis/getty-images-api.md) · [All operations](https://skmtc.net/gettyimages/apis/getty-images-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gettyimages/getty-images-api/versions/29f239eeae86/schema)
