Skip to main content
GET
/
api
/
test
/
maps
Diagnostic — invoke the Google Maps middleware with a raw action
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.

Query Parameters

action
string
default:text_search

Maps action to invoke. Defaults to text_search.

arg2
string

Action-specific second argument. Falls back to q when omitted.

arg3
string

Action-specific third argument. Falls back to location when omitted. For text_search, a lat,lng pair.

arg4
string

Action-specific fourth argument. Falls back to radius when omitted (meters).

q
string

Convenience alias for arg2.

location
string

Convenience alias for arg3.

radius
string

Convenience alias for arg4.

Response

Google Maps action returned successfully. Response shape varies per action.

Parsed JSON response from the Google Maps middleware. Shape depends on the requested action.