{
  "name": "Oversized Pilot Car AI",
  "tagline": "The most comprehensive oversize freight intelligence API in the United States",
  "version": "2.0.0",
  "coverage": "All 50 US States",
  "powered_by": "Mob2 Pilot Cars | Cloudflare Workers",
  "contact": "mob2routeanalyst@gmail.com",
  "pricing": "$0.05 per call via x402 (USDC)",
  "endpoints": {
    "POST /lookup": "Full permit, escort, cost, and compliance data by load dimensions and states",
    "POST /estimate": "Total move cost estimate including permits, pilot cars, and police escorts",
    "GET /states": "List all covered states",
    "GET /state/:code": "Full regulatory profile for a single state",
    "GET /thresholds/:state": "All dimension and weight thresholds for a state",
    "GET /portals": "Permit portal URLs and filing methods for all states",
    "GET /restrictions/seasonal": "Current spring weight and seasonal restrictions",
    "GET /restrictions/holidays": "Holiday movement blackout dates by state",
    "GET /loadtypes": "Supported load type categories and special rules",
    "GET /health": "API health check"
  },
  "parameters": {
    "width": "Feet (decimal). Example: 14.5",
    "height": "Feet (decimal). Example: 15.0",
    "length": "Feet (decimal). Example: 120",
    "weight": "Pounds (integer). Example: 185000",
    "states": "Array of state codes. Example: [\"NY\",\"MA\",\"VT\"]",
    "load_type": "Optional. One of: general, wind_blade, transformer, modular_home, construction_equipment, crane, hazmat_adjacent, industrial"
  }
}