Add Images to an Album (Un-Authed)
POST https://api.imgur.com/3/album/{{albumDeleteHash}}/add
Takes parameter, deletehashes[]
, as an array of deletehashes to add to the album. Alternatively, the deletehashes
parameter can take a comma delimted string of deletehashes.
Response Model: Basic
Parameters
Key | Required | Description |
---|---|---|
deletehashes[] | required | The image deletehashes that you want to be added to the album. The [] represents the ability to use this variable as an array. |
Request Body
[{"name"=>"deletehashes[]", "value"=>"{{imageDeleteHash}}", "datatype"=>"string"}, {"name"=>"deletehashes[]", "value"=>"{{imageDeleteHash2}}", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |