Geocode Place
GET/api/v1/geofences/geocode/place
Resolve a place_id (from autocomplete) to a deterministic GeocodeResult.
Calls AWS Location GetPlace API via the geocoder interface (D-02). Returns point, confidence, normalized_address, and normalized_components.
Rate-limited to 600/h per user (D-04).
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 429
- 500
- 501
- 502
- 503
- 504
OK
Unauthorized
Forbidden
Not Found
Validation Error
Too Many Requests
Internal Server Error
Not Implemented
Bad Gateway
Service Unavailable
Gateway Timeout