post https://distillery.pixlee.co/api/v2/albums
Allows you to create a standard or category (tag) album
Request body JSON object properties
{
"title": "Inspiration Gallery", // Required
"album_type": "standard", // Required, can be "standard" or "category"
"public_contribution": true, // Optional, defaults to true
"moderation": true, // Optional, defaults to true
"liveUpdate": true, // Optional, defaults to true
"num_photos": 0, // Optional, defaults to 0
"num_inbox_photos": 0, // Optional, defaults to 0
"restricted_access": 0 // Optional, defaults to false
}