Reply Creation
POST https://api.imgur.com/3/comment/{{commentId}}
Create a reply for the given comment.
Response Model: Basic
Parameters
| Key | Required | Description |
|---|---|---|
| image_id | required | The ID of the image or album in the gallery that you wish to comment on |
| comment | required | The 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
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |