{"endpoint":"https://statepulse-api.hahavoid0.workers.dev/transit/toll-cost","method":"POST","price":"$0.080","description":"Calculates route toll estimates through Google Routes when origin and destination coordinates or addresses plus GOOGLE_MAPS_API_KEY are configured. State-only distance inputs are not treated as authoritative prices.","example_input":{"origin":{"lat":40.7128,"lng":-74.006},"destination":{"lat":40.758,"lng":-73.9855}},"example_output":{"supported":false,"result":{"note":"A live route toll estimate is returned when GOOGLE_MAPS_API_KEY is configured."},"confidence":"low"},"request_schema":{"type":"object","required":["origin","destination"],"properties":{"origin":{"type":"object","description":"Origin as {lat,lng} or an address string","examples":[{"lat":40.7128,"lng":-74.006}]},"destination":{"type":"object","description":"Destination as {lat,lng} or an address string","examples":[{"lat":40.758,"lng":-73.9855}]},"vehicle_type":{"type":"string","description":"Optional vehicle category","examples":["car"]}}},"response_schema":{"type":"object"}}