Add Images to an Album (Authed)

POST https://api.imgur.com/3/album/{{albumHash}}/add

Adds the images to an album. You must specify ids[] or deletehashes[] in order to add an image to an album.

Response Model: Basic

Parameters

KeyRequiredDescription
ids[]optionalThe image ids that you want to be added to the album.
deletehashes[]optionalThe image deletehashes that you want to be added to the album.

Request Body

[{"name"=>"ids[]", "value"=>"{{imageHash}}", "datatype"=>"string"}, {"name"=>"ids[]", "value"=>"{{imageHash2}}", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring