Skip to content

Share a Gallery Photo

This guide provides information on how to share an gallery photo using the REST API.

To share a gallery photo, call GET share/gallery/photo/{event_photo_id} endpoint. This will generate an shareable ID.

The initial plan was to create a public URL so that when the user clicked on it, they would be redirected to the app. However, this was changed to uploading the image to other social platforms. To get the image, access the event_photo_shareable_image_url field in the response and download it. It contains an image file with the credits for the person who took the photo included in the image.