| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.pexels.com/v1 | link | — | — | — |
Actions (13)
Albums · 7
- Add enrichment to albumPOST /v1/albums/{albumId}:addEnrichment
Adds an enrichment at a specified position in an app created album.
documented - Add media items to albumPOST /v1/albums/{albumId}:batchAddMediaItems
Adds one or more app created media items in a user's Google Photos library to an app created album.
documented - Create albumPOST /v1/albums
Creates an album in a user's Google Photos library.
documented - Get albumGET /v1/albums/{albumId}
Returns the app created album for the specified albumId.
documented - List albumsGET /v1/albums
Lists all albums created by your app.
documented - Remove media items from albumPOST /v1/albums/{albumId}:batchRemoveMediaItems
Removes one or more app created media items from a specified app created album.
documented - Update albumPATCH /v1/albums/{albumId}
Update the app created album with the specified id.
documented
MediaItems · 6
- Batch create media itemsPOST /v1/mediaItems:batchCreate
Creates one or more media items in a user's Google Photos library.
documented - Batch get media itemsGET /v1/mediaItems:batchGet
Returns the list of app created media items for the specified media item identifiers.
documented - Get media itemGET /v1/mediaItems/{mediaItemId}
Returns the app created media item for the specified media item identifier.
documented - List media itemsGET /v1/mediaItems
List all media items created by your app from a user's Google Photos library.
documented - Search media itemsPOST /v1/mediaItems:search
Searches for app created media items in a user's Google Photos library.
documented - Update media itemPATCH /v1/mediaItems/{mediaItemId}
Update the app created media item with the specified id.
documented