---
title: "POST /media/{media-id}/comments"
method: POST
path: "/media/{media-id}/comments"
tags: ["Comments", "Media"]
---

# POST /media/{media-id}/comments

`POST /media/{media-id}/comments`

Create a comment on a media object with the following rules:

* The total length of the comment cannot exceed 300 characters.
* The comment cannot contain more than 4 hashtags.
* The comment cannot contain more than 1 URL.
* The comment cannot consist of all capital letters.

## Request body

- number

## Response `200`

OK

- object
  - `meta` object
    - `code` number
  - `data` object

---

[API](https://skmtc.dev/datacol-io/apis/instagram-api.md) · [All operations](https://skmtc.dev/datacol-io/apis/instagram-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datacol-io/instagram-api/revisions/35709f156a45/schema)
