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
Key | Required | Description |
---|---|---|
ids[] | optional | The image ids that you want to be added to the album. |
deletehashes[] | optional | The 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
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |