Skip to main content
POST
Add a comment to a thread

Authorizations

Authorization
string
header
required

A Melius API key (mel_...), sent as Authorization: Bearer <key>.

x-team-id
string
header
required

The team (workspace) to act on. Defaults to the key's team when omitted.

Path Parameters

threadId
string<uuid>
required

Body

application/json

Body

body
string
required
Required string length: 1 - 10000

Response

201

id
string<uuid>
required
threadId
string<uuid>
required
body
string
required
createdByUserId
string<uuid>
required
createdByName
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
Last modified on July 17, 2026