Sign in

Batch get photos

documented

Retrieve metadata for multiple photos.

GET /v1/photos:batchGetStreet View Publish APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://streetviewpublish.googleapis.com/v1/photos:batchGet?photoIds={{$photo_id1}}&photoIds={{$photo_id2}}&view={{$view}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Batch get photos · Google Maps · OpenIntegrations