{
  "x402Version": 2,
  "endpoints": [
    {
      "resource": "https://api.vindexapi.dev/v1/decode",
      "method": "GET",
      "scheme": "exact",
      "networks": [
        "eip155:8453",
        "solana"
      ],
      "price": "$0.01",
      "description": "NHTSA vPIC normalized VIN decode (?vin=)."
    },
    {
      "resource": "https://api.vindexapi.dev/v1/recalls",
      "method": "GET",
      "scheme": "exact",
      "networks": [
        "eip155:8453",
        "solana"
      ],
      "price": "$0.01",
      "description": "Merged US (NHTSA) + Canada (Transport Canada) recalls (?vin=). OGL–Canada attribution."
    },
    {
      "resource": "https://api.vindexapi.dev/v1/reliability",
      "method": "GET",
      "scheme": "exact",
      "networks": [
        "eip155:8453",
        "solana"
      ],
      "price": "$0.05",
      "description": "Reliability snapshot for a VIN: complaint stats + US/Canada recall counts."
    },
    {
      "resource": "https://api.vindexapi.dev/v1/known-issues",
      "method": "GET",
      "scheme": "exact",
      "networks": [
        "eip155:8453",
        "solana"
      ],
      "price": "$0.25",
      "description": "LLM-clustered named failure modes with verified ODI-complaint citations. Refuses (uncharged) below 15 complaints."
    },
    {
      "resource": "https://api.vindexapi.dev/v1/ca/purchase-costs",
      "method": "GET",
      "scheme": "exact",
      "networks": [
        "eip155:8453",
        "solana"
      ],
      "price": "$0.02",
      "description": "Itemized Canadian used-vehicle closing costs (?province=&price=&sale_type=; optional family_gift, buyer_has_plates). All 10 provinces + 3 territories (BC/AB/SK/MB/ON/QC/NB/NS/PE/NL/YT/NT/NU)."
    },
    {
      "resource": "https://api.vindexapi.dev/v1/us/purchase-costs",
      "method": "GET",
      "scheme": "exact",
      "networks": [
        "eip155:8453",
        "solana"
      ],
      "price": "$0.02",
      "description": "Itemized US per-state used-vehicle closing costs (?state=&price=&sale_type=; optional trade_in, local_rate). All 50 states + DC."
    }
  ],
  "asset": "USDC",
  "payTo": null,
  "terms": "https://api.vindexapi.dev/terms.txt",
  "instructions": "Vehicle Intelligence for AI agents — Canada-aware, per-call, no signup. Pay per call with x402 (USDC on Base or Solana) to decode any 17-char VIN, read merged US (NHTSA) + Canada (Transport Canada) recalls, and get reliability stats, LLM-clustered known-issue reports (every issue cites verified ODI complaint numbers), and itemized used-car closing costs for all of Canada (10 provinces + 3 territories) + all 50 US states & DC. Free /v1/sample/* endpoints return every response shape for one fixed sample vehicle (2013 Ford F-150) so you can try before you pay. Free: /v1/sample/* (decode, recalls, reliability, known-issues, purchase-costs), /health, /terms.*. Docs: https://api.vindexapi.dev/llms.txt"
}