Skip to documentation
Browse documentation

Resolve Place

Resolve an address or place ID to coordinates, address details, and Zepto store serviceability.

Capability ID zepto.place.resolve
Cost 1 credit per request
Maximum runtime 180 seconds
View raw Get an API key

POST /execute Shared execution endpoint

Input parameters

FieldTypeRequiredDescription
place_id string Optional Google Maps place ID to resolve directly.
query string Optional Place name or address to search for.

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
city string Bengaluru
country string India
country_code string IN
district string Bengaluru Urban
formatted_address string Indiranagar, Bengaluru, Karnataka, India
latitude number 12.9783692
locality string Indiranagar
location_eta_in_minutes integer 12
location_eta_serviceable boolean true
location_latitude number 12.9783692
location_longitude number 77.6408356
location_serviceable boolean true
location_source_url string https://bff-gateway.zepto.com/lms/api/v2/get_page?latitude=12.9783692&l…
location_store_id string 5b1796e1-36c2-4ae9-83a0-c03c25cac05a
location_store_ids array 1 items
location_store_ids array 1 items
location_type string APPROXIMATE
longitude number 77.6408356
place_id string ChIJkQN3GKQWrjsRNhBQJrhGD7U
query string Indiranagar Bengaluru
source_url string https://bff-gateway.zepto.com/api/v1/maps/place/details/?place_id=ChIJk…
state string Karnataka
state_code string KA
types string political sublocality sublocality_level_1

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.

Resources