Set Album Images (Authed)

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

Sets the images for an album, removes all other images and only uses the images in this request. You must include either ids[] or deletehashes[].

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