Album / Image Reporting
POST https://api.imgur.com/3/gallery/image/{{galleryHash}}/report
Report an Image in the gallery
Response Model: Basic
Parameters
| Key | Required | Description |
|---|---|---|
| reason | optional | An integer representing the reason for the report (see codes below) |
Report Reason Codes
| Value | Description |
|---|---|
| 1 | Doesn't belong on Imgur |
| 2 | Spam |
| 3 | Abusive |
| 4 | Mature content not marked as mature |
| 5 | Pornography |
Request Body
[{"name"=>"reason", "value"=>"1", "datatype"=>"number"}]
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |