Reply Creation

POST https://api.imgur.com/3/comment/{{commentId}}

Create a reply for the given comment.

Response Model: Basic

Parameters

KeyRequiredDescription
image_idrequiredThe ID of the image or album in the gallery that you wish to comment on
commentrequiredThe comment text, this is what will be displayed

Request Body

[{"name"=>"image_id", "value"=>"{{imageHash}}", "datatype"=>"string"}, {"name"=>"image_id", "value"=>"{{albumHash}}", "datatype"=>"string"}, {"name"=>"comment", "value"=>"I'm a giraffe!", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring