Skip to main content
Image comments are comments with image attachment file IDs. Upload each image first, then pass the uploaded file ID to the comment creation API. You can also include text with the image attachment.
Comment creation accepts uploaded image file IDs. Use the file or image upload APIs before creating the comment.

Parameters

Create an Image Comment

Create an image comment from an uploaded image file ID, with optional text where supported.

Reply with an Image

Set parentId before the platform-specific create step.

Notes

  • Reuse the uploaded image file ID returned by the upload API; do not pass a local file path to comment creation.
  • If your product needs image moderation or file-size limits, apply those rules before upload.
  • Query the resulting comment if you need composed file metadata such as rendered image information.

Text Comment

Create text comments and replies.

Image Handling

Upload image files before attaching them to comments.