> ## Documentation Index
> Fetch the complete documentation index at: https://docs.push.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Googlephotos

Google Photos is a photo and video storage service that is part of the
Google Drive office suite.

<Accordion title="Batch Get Media Items">
  Returns the list of media items for the specified media item identifiers.
</Accordion>

<Accordion title="Add Enrichment">
  Adds an enrichment at a specified position in a defined album.
</Accordion>

<Accordion title="List Albums">
  Lists all albums shown to a user in the albums tab of google photos.
</Accordion>

<Accordion title="Batch Add Media Items">
  Adds one or more media items to an album in google photos.
</Accordion>

<Accordion title="Batch Create Media Items">
  Unified action to upload media files and create them as items in google photos.
</Accordion>

<Accordion title="Create Album">
  Creates a new album in google photos.
</Accordion>

<Accordion title="List Media Items">
  Lists all media items from a user's google photos library.
</Accordion>

<Accordion title="Get Album">
  Returns the album based on the specified albumid.
</Accordion>

<Accordion title="Search Media Items">
  Searches for media items in a user's google photos library.
</Accordion>

<Accordion title="Update Media Item">
  Updates a media item's description in google photos.
</Accordion>

<Accordion title="Upload Media">
  Upload a media file to google photos. supports images (up to 200mb) and videos (up to 20gb).
</Accordion>

<Accordion title="Download Photos Media Item">
  Downloads a media item from google photos and returns it as a file.
</Accordion>
