---
title: "Create Post Comment"
method: POST
path: "/api/{account}/posts/{post_id}/comments"
tags: ["Post Comments"]
---

# Create Post Comment

`POST /api/{account}/posts/{post_id}/comments`

Create a comment on one of your posts.

## Query parameters

- `text` string, required — The text of the comment.
- `answerTo` integer — The ID of the comment to which this comment is a reply.
- `giphyId` string — The ID of the Giphy to include in the comment.

## Response `201`

- object
  - `data` object
    - `id` integer
    - `text` string
    - `giphyId` string, nullable
    - `author` object
      - `view` string
      - `avatar` string
      - `avatarThumbs` object
        - `c50` string
        - `c144` string
      - `header` string
      - `headerSize` object
        - `width` integer
        - `height` integer
      - `headerThumbs` object
        - `w480` string
        - `w760` string
      - `id` integer
      - `name` string
      - `username` string
      - `canLookStory` boolean
      - `canCommentStory` boolean
      - `hasNotViewedStory` boolean
      - `isVerified` boolean
      - `canPayInternal` boolean
      - `hasScheduledStream` boolean
      - `hasStream` boolean
      - `hasStories` boolean
      - `tipsEnabled` boolean
      - `tipsTextEnabled` boolean
      - `tipsMin` integer
      - `tipsMinInternal` integer
      - `tipsMax` integer
      - `canEarn` boolean
      - `canAddSubscriber` boolean
      - `subscribePrice` number
      - `hasStripe` boolean
      - `isStripeExist` boolean
      - `subscriptionBundles` unknown[]
        - unknown
      - `canSendChatToAll` boolean
      - `creditsMin` integer
      - `creditsMax` integer
      - `isPaywallPassed` boolean
      - `creditsMinAlternatives` integer
      - `canCreateLists` boolean
      - `showMediaCount` boolean
      - `lastSeen` string
      - `canReport` boolean
      - `subscribedOn` string, nullable
    - `canLike` boolean
    - `likesCount` integer
    - `isLiked` boolean
    - `isLikedByAuthor` boolean
    - `postedAt` string
    - `changedAt` string
    - `isPinned` boolean
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

---

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