Skip to main content
These endpoints manage media items attached to the selected Business Profile location (photos and some videos). They complement post images: profile media appears in the Photos area of the profile, not only inside a single post. Media capabilities are partially category/profile dependent. Some categories or media types may be limited by Google policy, moderation, or profile eligibility. Base path: /api/v1/misc/google-business

List media

Endpoint: GET /api/v1/misc/google-business/media Response includes mediaItems (each may have name, googleUrl, mediaFormat PHOTO or VIDEO, thumbnailUrl, description, locationAssociation with optional category, and so on), plus optional nextPageToken and totalMediaItemCount.

Delete media

Endpoint: DELETE /api/v1/misc/google-business/media
mediaName is the full resource name returned by Google for that media item.

Add media (upload)

Endpoint: POST /api/v1/misc/google-business/media Use after you uploaded a file through the standard upload flow and obtained an uploadId. Some category values may be less relevant or not applied consistently for specific business categories. If unsure, list current media first and mirror categories already used by Google on that location.

Example