{"uid":"cap_9etjNt5Sg883rJ4MPO36i","slug":"dopaminedesk-vin-decode-api-34b49be6","name":"DopamineDesk VIN Decode API","description":"Decode one 17-character VIN through the official NHTSA vPIC API into normalized vehicle identity and powertrain fields.","url":"https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/vin_decode","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["vin"],"properties":{"vin":{"type":"string","description":"One 17-character VIN. Bulk lookup is intentionally not supported."}},"additionalProperties":true}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["success","vehicle"],"properties":{"success":{"type":"boolean"},"vehicle":{"type":"object","required":["model_year","make","model"],"properties":{"make":{"type":"string"},"model":{"type":"string"},"model_year":{"type":"string"}},"additionalProperties":true}},"additionalProperties":true}}}}},"responseSchema":{"type":"json","example":{"success":true,"vehicle":{"make":"HONDA","model":"Accord","model_year":"2003"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.003","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.003/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_ggxLVkgHtOJ9CXN0tdw83","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.003","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Decodes a 17-character Vehicle Identification Number (VIN) to return make, model, and model year information about a vehicle.","exampleAgentPrompt":"Can you decode this VIN for me — 1HGCM82633A004352 — and tell me the make, model, and year of the vehicle?","exampleUseCases":[{"title":"Used car purchase verification","prompt":"I'm thinking of buying a used car and the seller says it's a 2019 Honda Civic. Can you decode the VIN 2HGFC2F63KH522201 and confirm the make, model, and year for me?"},{"title":"Insurance claim vehicle identification","prompt":"I need to verify the vehicle on this claim. Can you decode VIN 1G1BE5SM5H7123456 and tell me what make, model, and year it comes back as?"},{"title":"Fleet management vehicle lookup","prompt":"We just added a vehicle to our fleet with VIN 3VWFE21C04M000001 — can you decode it and tell me what make, model, and year it is so I can update our records?"}],"resultDescription":"Returns a JSON object with a 'success' boolean and a 'vehicle' object containing at minimum the make (e.g. 'HONDA'), model (e.g. 'Accord'), and model_year (e.g. '2003'), with possible additional fields depending on the VIN.","failureModes":["Invalid or malformed VIN (not 17 characters) returns an error or success:false","VIN not found in database returns no vehicle data","Missing required 'vin' query parameter causes a 400-level error","Network timeout or upstream database unavailability returns a 5xx error"],"whenToPreferThis":"Choose this endpoint when you need a lightweight, pay-per-call VIN decode with USDC micropayment settlement via x402, particularly in agent workflows that process individual VINs one at a time. Ideal for due-diligence, used-car verification, fleet management, or insurance workflows where bulk lookup is not needed and cost-per-call economics matter.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T12:59:28.277Z","isFirstParty":false}