swshswshPublic API
Download OpenAPIView raw

Retrieve preview photos for a specific album

GET/album/getPreviewPhotos

Preview photos are a subset of the album's photos (max. 32 photos) that anyone can view when the preview feature is ON for that album

Authentication

Include your API key in the x-api-key header on every request.

Query parameters

albumIdstringrequired

Response · 200 Preview photos retrieved successfully

dataArray<PreviewPhoto>required
object
photoIdstringrequired
widthinteger
heightinteger
originalUrlstringrequired
A signed URL to access the originally uploaded image
stableUrlstringrequired
A signed URL to access the stable version of the image (JPEG or WebP, <15 MB)
warningsArray<string>
string

Errors

404Album not found