API Playground
Test our route optimization API in real-time. Add coordinates, view responses, and get code examples in your preferred language.
Test Coordinates
Add your coordinates below to test the route optimization.
Response Preview
View the API response and generated code examples.
cURL
Copy Code
curl -X POST \
'https://routify.routifyme.com/shortest_route_internal/' \
-H 'Content-Type: application/json' \
-d '{
"points": [
[
0,
0
]
]
}'