Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
curl --request GET \
--url https://pria.praxislxp.com/api/test/maps{}Test harness for the callGoogleMaps() middleware. Passes the four
positional args (action, arg2, arg3, arg4) straight through
and returns the parsed JSON response. Supported action values match
the middleware contract (e.g. text_search, place_details,
nearby_search, geocode, reverse_geocode).
Convenience: arg2/arg3/arg4 fall back to q/location/radius
when omitted, so the text_search action can be hit with the same
query shape as /api/test/maps/search.
curl --request GET \
--url https://pria.praxislxp.com/api/test/maps{}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Maps action to invoke. Defaults to text_search.
Action-specific second argument. Falls back to q when omitted.
Action-specific third argument. Falls back to location when omitted. For text_search, a lat,lng pair.
Action-specific fourth argument. Falls back to radius when omitted (meters).
Convenience alias for arg2.
Convenience alias for arg3.
Convenience alias for arg4.
Google Maps action returned successfully. Response shape varies per action.
Parsed JSON response from the Google Maps middleware. Shape depends on the requested action.
Was this page helpful?