get-guest-photos
Use this API to get all photos of a guest from an event
Use this API to get all photos of a guest from an event
POST
https://api.memzo.ai/v1/get-guest-photos/
Headers
Name
Type
Description
Authorization *
YOUR_SECRET_KEY
x-api-key*
String
YOUR_API_KEY
Request Body
Name
Type
Description
event_id*
String
4296
guest_image*
File
{
"error": false,
"message": "success",
"data": [
{
"event_id": "4296",
"event_name": "WhiteLabel-Test-Event5449",
"event_title": "Whitelabel Event",
"event_image_url": "https://snapwrap.io/default.png",
"p90": "al0_20210817_124554.jpg,al0_IMG_20190825_085015.jpg",
"all_photos_count": "2"
}
],
"collection_object": [
{
"thumb_image": "https://snapwrap-data.s3.ap-south-1.amazonaws.com/thumbnail/WhiteLabel-Test-Event5449/al0_20210817_124554.jpg",
"large_image": "https://snapwrap.s3.ap-south-1.amazonaws.com/WhiteLabel-Test-Event5449/al0_20210817_124554.jpg",
"highres_image": "https://snapwrap-data.s3.ap-south-1.amazonaws.com/highres/WhiteLabel-Test-Event5449/al0_20210817_124554.jpg",
"image_name": "al0_20210817_124554.jpg"
},
{
"thumb_image": "https://snapwrap-data.s3.ap-south-1.amazonaws.com/thumbnail/WhiteLabel-Test-Event5449/al0_IMG_20190825_085015.jpg",
"large_image": "https://snapwrap.s3.ap-south-1.amazonaws.com/WhiteLabel-Test-Event5449/al0_IMG_20190825_085015.jpg",
"highres_image": "https://snapwrap-data.s3.ap-south-1.amazonaws.com/highres/WhiteLabel-Test-Event5449/al0_IMG_20190825_085015.jpg",
"image_name": "al0_IMG_20190825_085015.jpg"
}
],
"collection_count": 2,
"index_id": 0
}
Last updated