Tool to calculate the best path connecting two or more points using simple GET request. Use when you need basic routing with query parameters.
debugbooleanEnable formatted output for debugging.
pointRequiredarrayRoute waypoints as 'latitude,longitude' strings. Specify at least origin and destination. Via points are possible. Example: ['51.131,12.414', '48.224,3.867']
localestringLocale for turn instructions. Examples: 'en', 'de', 'fr', 'pt_PT'
detailsarrayPath detail types to include. Available: 'street_name', 'street_ref', 'street_destination', 'leg_time', 'leg_distance', 'roundabout', 'country', 'time', 'distance', 'max_speed', 'max_weight', 'max_width', 'toll', 'road_class', 'road_class_link', 'road_access', 'road_environment'…
headingarrayPreferred heading direction for each point in degrees (0-360, north-based clockwise). Specify one for start or one per point. Requires ch.disable=true.
profilestringThe routing profile determining network, speed, and physical attributes. Common values: 'car', 'bike', 'foot', 'motorcycle', 'mtb', 'racingbike', 'hike'. Default: 'car'
curbsidearraySide of the road for leaving/arriving at each point. Specify for all points or none. Only for motor vehicles.
optimizestringIf 'true', reorders points to minimize total travel time. Applies route optimization limits and costs more credits.
algorithmstringSpecial routing algorithm. 'round_trip': returns to start with randomness. 'alternative_route': provides multiple route options.
elevationbooleanInclude altitude as third coordinate in response. Changes format of points and snapped_waypoints fields.
ch.disablebooleanEnable flexible mode to use custom_model or advanced options below. Set to true for heading, algorithm, etc.
point_hintarrayOptional road name hints for snapping each point. Specify none or the same number as points.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.