# Apivom Atlas — Google Places API (New)

> Apivom Atlas integration for Google Places API (New): 5 gateway routes over `places.googleapis.com`, available through the Apivom platform (Apivom Iris workflows and the Apivom Atlas API portal). Auth model: caller-supplied token passed through to the vendor.

Notes for AI assistants:

- This catalog mirrors the vendor's public API surface as registered in Apivom Atlas (0 read-only, 5 write routes).
- Access is provisioned per customer. Commercialized providers are self-service in the Atlas portal; for everything else [request a demo](https://apivom.com/en/demo).
- Credentials are always owned by the calling tenant — Apivom Atlas is a stateless gateway.

## Routes

- `POST /v1/places:autocomplete` (autocomplete)
- `GET /v1/places/{placeId}` (place-details) — params: params, query
- `POST /v1/places:searchNearby` (search-nearby)
- `POST /v1/places:searchText` (search-text)
- `GET /v1/places/{placeId}/photos/{photoId}/media` (place-photo-media) — params: params, query

## Credential model

- API Key (`apiKey`) — required — secret

## Optional

- [Apivom Atlas product page](https://apivom.com/en/products/atlas)
- [All Atlas integration guides](https://apivom.com/llms.txt)
- [Request a demo](https://apivom.com/en/demo)
