Set Album Images (Un-Authed)

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

Sets the images for an album, removes all other images and only uses the images in this request.

Response Model: Basic

Parameters

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

Request Body

[{"name"=>"deletehashes[]", "value"=>"{{imageDeleteHash}}", "datatype"=>"string"}, {"name"=>"deletehashes[]", "value"=>"{{imageDeleteHash2}}", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring