Enhance your application with Uberall's comprehensive API documentation
https://docs.uberall.com/_mock/apis/swagger/
https://uberall.com/api/
The photo data to upload
Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]
Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]
Required - One of:
MAIN
LOGO
SQUARED_LOGO
DOCTOR_COM_PORTRAIT - Doctor.com clients only
LANDSCAPE - Updates Google Cover Photo
APPLE_LANDSCAPE
PHOTO
STOREFINDER_LOGO - Only for Uberall locator product
STOREFINDER_COVER - Only for Uberall locator product
FACEBOOK_LANDSCAPE - Facebook Cover Photo
EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category
INTERIOR - Google's Interior Photo tag - availability dependent on a location's business category
FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category
MENU - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category
PRODUCT - Google's Product Photo tag - availability dependent on a location's business category
TEAMS - Google's Teams Photo tag - availability dependent on a location's business category
AT_WORK - Google's At Work Photo tag - availability dependent on a location's business category
COMMON_AREA - Google's Common Area Photo tag - availability dependent on a location's business category
ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category
https://docs.uberall.com/_mock/apis/swagger/photos
https://uberall.com/api/photos
curl -i -X POST \
https://docs.uberall.com/_mock/apis/swagger/photos \
-H 'Content-Type: application/json' \
-H 'accessToken: YOUR_API_KEY_HERE' \
-d '{
"description": "string",
"sourceUrl": "string",
"identifier": "string",
"cropOffsetX": 0,
"cropOffsetY": 0,
"cropWidth": 0,
"cropHeight": 0,
"type": "MAIN",
"order": 0,
"dateCreated": "2019-08-24T14:15:22Z",
"lastUpdated": "2019-08-24T14:15:22Z",
"url": "string"
}'
The photo has been uploaded
Location photo response model
A boolean indicating whether this photo is the location's main photo. Maximum one per location
A boolean indicating whether this photo is the location's logo. Maximum one logo per location
Required - One of:
MAIN
LOGO
SQUARED_LOGO
DOCTOR_COM_PORTRAIT - Doctor.com clients only
LANDSCAPE - Updates Google Cover Photo
APPLE_LANDSCAPE
PHOTO
STOREFINDER_LOGO - Only for Uberall locator product
STOREFINDER_COVER - Only for Uberall locator product
FACEBOOK_LANDSCAPE - Facebook Cover Photo
EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category
INTERIOR - Google's Interior Photo tag - availability dependent on a location's business category
FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category
MENU - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category
PRODUCT - Google's Product Photo tag - availability dependent on a location's business category
TEAMS - Google's Teams Photo tag - availability dependent on a location's business category
AT_WORK - Google's At Work Photo tag - availability dependent on a location's business category
COMMON_AREA - Google's Common Area Photo tag - availability dependent on a location's business category
ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category
Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]
Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "id": 0, "dateCreated": "2019-08-24T14:15:22Z", "repoKey": "string", "locationId": 0, "description": "string", "identifier": "string", "main": true, "logo": true, "type": "string", "publicUrl": "string", "thumbnailUrl": "string", "cropOffsetX": 0, "cropOffsetY": 0, "cropWidth": 0, "cropHeight": 0, "sourceUrl": "string" } }
https://docs.uberall.com/_mock/apis/swagger/photos/{id}
https://uberall.com/api/photos/{id}
curl -i -X GET \
'https://docs.uberall.com/_mock/apis/swagger/photos/{id}' \
-H 'accessToken: YOUR_API_KEY_HERE'
Successfully retrieved the photo
Location photo response model
A boolean indicating whether this photo is the location's main photo. Maximum one per location
A boolean indicating whether this photo is the location's logo. Maximum one logo per location
Required - One of:
MAIN
LOGO
SQUARED_LOGO
DOCTOR_COM_PORTRAIT - Doctor.com clients only
LANDSCAPE - Updates Google Cover Photo
APPLE_LANDSCAPE
PHOTO
STOREFINDER_LOGO - Only for Uberall locator product
STOREFINDER_COVER - Only for Uberall locator product
FACEBOOK_LANDSCAPE - Facebook Cover Photo
EXTERIOR - Google's Exterior Photo tag - availability dependent on a location's business category
INTERIOR - Google's Interior Photo tag - availability dependent on a location's business category
FOOD_AND_DRINK - Google's Food and Drink Photo tag - availability dependent on a location's business category
MENU - Google's Menu Photo tag, which should only be photos of the menu - availability dependent on a location's business category
PRODUCT - Google's Product Photo tag - availability dependent on a location's business category
TEAMS - Google's Teams Photo tag - availability dependent on a location's business category
AT_WORK - Google's At Work Photo tag - availability dependent on a location's business category
COMMON_AREA - Google's Common Area Photo tag - availability dependent on a location's business category
ROOMS - Google's Rooms Photo tag - availability dependent on a location's business category
Horizontal pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]
Vertical pixel offset of the top-left corner of the cropped area [LANDSCAPE photo only]
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "id": 0, "dateCreated": "2019-08-24T14:15:22Z", "repoKey": "string", "locationId": 0, "description": "string", "identifier": "string", "main": true, "logo": true, "type": "string", "publicUrl": "string", "thumbnailUrl": "string", "cropOffsetX": 0, "cropOffsetY": 0, "cropWidth": 0, "cropHeight": 0, "sourceUrl": "string" } }
https://docs.uberall.com/_mock/apis/swagger/photos/{id}
https://uberall.com/api/photos/{id}
curl -i -X DELETE \
'https://docs.uberall.com/_mock/apis/swagger/photos/{id}' \
-H 'accessToken: YOUR_API_KEY_HERE'
No content
Social Posting
Products - Social Posting