/v1/comments/:commentId/replies

POST {{baseUrl}}/v1/comments/:commentId/replies

This API is currently provided as a preview. Be aware of the following:

  • There might be unannounced breaking changes.
  • Any breaking changes to preview APIs won't produce a new API version.
  • Public integrations that use preview APIs will not pass the review process, and can't be made available to all Canva users.

Creates a reply to a comment in a design. To reply to an existing thread of comments, you can use either the id of the parent (original) comment, or the thread_id of a comment in the thread. Each comment can have a maximum of 100 replies created for it.

For information on comments and how they're used in the Canva UI, see the Canva Help Center.

Request Body

{"attached_to"=>{"design_id"=>"<string>", "type"=>"design"}, "message"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;comment&quot;:{&quot;author&quot;:{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;display_name&quot;:&quot;\u003cstring\u003e&quot;},&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;mentions&quot;:{&quot;deseruntf2&quot;:{&quot;user_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;team_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;display_name&quot;:&quot;\u003cstring\u003e&quot;}},&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;thread_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;reply&quot;,&quot;attached_to&quot;:{&quot;design_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;design&quot;},&quot;created_at&quot;:&quot;\u003clong\u003e&quot;,&quot;updated_at&quot;:&quot;\u003clong\u003e&quot;}}