v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
Document Comments

Post Thread Comment

Posts a new comment to an existing thread on a document. The comment text must be non-empty and cannot exceed 10,000 characters.

Valid Authentication Methods

API Key Grants:

  • DocumentEdit

OAuth 2.0 User Token Scopes:

  • lucidchart.document.content
  • lucidscale.document.content
  • lucidspark.document.content
  • lucid.document.content
post/v1/documents/{documentId}/threads/{threadId}/comments

Path parameters

documentIdstring uuid required

ID of the document containing the thread.

threadIdstring required

ID of the comment thread to post a comment to.

Request body

commentstring required

The text content of the comment. Must be non-empty and at most 10,000 characters.

Example request

{
  "comment": "This is a comment"
}

Response

No Content when the comment is successfully posted.