Create a new album
POST/album/createAlbum
Authentication
Include your API key in the
x-api-key header on every request.Request body
namestringrequiredmin 1max 40Response · 200 Album created successfully
dataobjectrequiredalbumIdstringrequirednamestringmin 1max 40ownerIdstringshareUrlstringA URL that can be shared with others to view the album. This URL is static and will always point to the album. You can safely cache this URL for future use.
numPhotosintegerThe number of photos in the album
numParticipantsintegerThe number of participants in the album (inclusive of the album owner)
warningsArray<string>string