---
title: "Create a comment on a post for a creator"
method: POST
path: "/creators/{creatorUserUuid}/posts/{uuid}/comments"
---

# Create a comment on a post for a creator

`POST /creators/{creatorUserUuid}/posts/{uuid}/comments`

Create a new comment on a specific post on behalf of a creator.

## Path parameters

- `creatorUserUuid` string, uuid, required
- `uuid` string, uuid, required — UUID of the post to comment on

## Headers

- `X-Fanvue-API-Version` string, required

## Request body

- object
  - `text` string, required — Comment text content (1–600 characters)

## Response `201`

Comment created successfully

- object
  - `uuid` string, uuid, required — Unique identifier of the created comment
  - `text` string, required — Comment text content
  - `createdAt` string, date-time, required — Date/time when the comment was created (ISO 8601 format)
  - `updatedAt` string, date-time, nullable, required — Date/time when the comment was last updated (ISO 8601 format)

## Other responses

- `400` — Bad Request - API version not supported OR validation failed OR invalid UUID
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — Not Found Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

[API](https://skmtc.net/fanvue/apis/fanvue-api.md) · [All operations](https://skmtc.net/fanvue/apis/fanvue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanvue/fanvue-api/revisions/c5ddcd5c7e72/schema)
