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

# Add a comment to a board

`POST /v3/boards/{board_id}/comments`

## 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

- CommentRequest
  - `text` string, nullable

## Response `201`

Created

- CommentCreated
  - `id` 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)
