Skip to main content
POST

Authorizations

x-api-key
string
header
default:lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663
required

API key of the application. Only valid together with the x-user-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it. The pair is granted the same permissions the operation's OAuth scopes describe.

Demo credential for trying the API from these docs: lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663

x-user-key
string
header
default:eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_
required

User-specific authentication key. Only valid together with the x-api-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it.

Demo credential for trying the API from these docs: eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_

Headers

x-request-id
string<uuid>
required

A unique request identifier.

Example:

"a8882bdf-80a9-4158-bc5f-fe245c48a790"

Path Parameters

postId
string<uuid>
required

ID of the parent post (UUID)

commentId
string<uuid>
required

ID of the comment (UUID)

Body

application/json

Reply content. message is required; attachments is optional.

Request body for creating a comment or reply

message
string
required

Comment text (max 500 chars)

Example:

"Great analysis! I agree — the fundamentals are solid."

attachments
object[]

List of attachments for a post or comment (request body format)

Response

Reply created

A comment (or reply) on a post, wrapped with interaction data

entity
object

Core comment data

repliesCount
integer

Number of direct replies to this comment

Example:

2

replies
array

Inline reply preview. Each entry has the same shape as Comment; nested replies arrays are not populated at this level.

emotionsData
object

Aggregated emotions (likes) on an entity

requesterContext
object

Requester's relationship state with the comment