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
SetparentId 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.
Related Topics
Text Comment
Create text comments and replies.
Image Handling
Upload image files before attaching them to comments.