Skip to main content
POST
Compute A* path between two points

Body

application/json

Start and end positions as from and to, each [x, y, z]. Requires a navmesh (see /navmesh/generate).

The body is of type any.

Response

200 - application/json

Path result: the waypoint list and its length, or an error when no path exists.