swshswshPublic API
Download OpenAPIView raw

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 40

Response · 200 Album created successfully

dataobjectrequired
albumIdstringrequired
namestringmin 1max 40
ownerIdstring
shareUrlstring
A 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.
numPhotosinteger
The number of photos in the album
numParticipantsinteger
The number of participants in the album (inclusive of the album owner)
warningsArray<string>
string

Errors

400Invalid request. The request was malformed or missing required parameters.