Skip to main content
POST
/
api
/
v1
/
misc
/
google-business
/
media
Add a media item (photo/video) using uploadId and category
curl --request POST \
  --url https://api.bundle.social/api/v1/misc/google-business/media \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "teamId": "<string>",
  "uploadId": "<string>",
  "category": "ADDITIONAL",
  "description": "<string>"
}'
{
  "name": "<string>",
  "googleUrl": "<string>",
  "locationAssociation": {
    "category": "CATEGORY_UNSPECIFIED",
    "priceListItemId": "<string>"
  },
  "description": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json

Body

teamId
string
required
uploadId
string
required
category
enum<string>
default:ADDITIONAL
Available options:
CATEGORY_UNSPECIFIED,
COVER,
PROFILE,
LOGO,
EXTERIOR,
INTERIOR,
PRODUCT,
AT_WORK,
FOOD_AND_DRINK,
MENU,
COMMON_AREA,
ROOMS,
TEAMS,
ADDITIONAL
description
string
Maximum length: 2000

Response

200

name
string
googleUrl
string<uri>
locationAssociation
object
description
string