Create an album
Creates a new, empty album in a library (with optional name and description) and returns it. The album starts empty — follow up with add_assets_to_album to populate it. To rename an existing album, use update_album instead of creating a new one.
Body
Display name for the new album. Optional; callers that need to name an album can set it here or via update_album after creation.
Optional free-form description shown alongside the album name.
Library to create the album in. Optional if the user has a single library; required when they have multiple. Use list_libraries to enumerate.
Response
Successful Response
Represents a collection of assets organized by the user.
Unique album identifier with 'album_' prefix
Display name of the album
Total number of assets in this album
When this album was created
When this album was last updated
Optional description text for the album
ID of the asset displayed as the album cover. May be a server-selected default when the album has no explicit cover set, or null when the album has no live assets.
Asset variants for the album cover: 'thumbnail'
The oldest asset date (local_datetime) in the album, or null if empty
The newest asset date (local_datetime) in the album, or null if empty