{"endpoint":"https://statepulse-api.hahavoid0.workers.dev/transit/toll-cost","method":"POST","price":"$0.080","description":"Estimates the approximate toll road costs for a route based on distance and state-level averages. Matches: toll road pricing, toll calculator, toll highway fees, driving trip expense calculator, truck route toll cost checker, logistics delivery overhead.","example_input":{"state":"NY","distance_miles":80},"example_output":{"supported":true,"result":{"state":"NY","estimated_toll_usd":6.4,"confidence_interval":"medium"},"confidence":"medium"},"request_schema":{"type":"object","required":["state","distance_miles"],"properties":{"state":{"type":"string","description":"2-letter US state code","examples":["NY"]},"distance_miles":{"type":"number","description":"Estimated miles driven on toll highways","examples":[80]}}},"response_schema":{"type":"object"}}