CodeLive

Vehicle Models

Enumerate every model a manufacturer sold in a given model year via NHTSA's vPIC taxonomy database.

$0.00276USDC per call · settled on Base · no subscription, no API key

Overview

Enumerate every model a manufacturer sold in a given model year via NHTSA's vPIC taxonomy database. Returns canonical NHTSA Model IDs + names plus the Make ID + name for reference. Useful as a discovery step before VIN decode (when the agent only knows make + year) or as input validation for vehicle.recalls / vehicle.complaints. Backed by NHTSA.gov; data is public-domain US government records.

Endpoint

MethodEndpointPriceDescription
GET/v1/marketplace/api/vehicle-models$0.00276Invoke Vehicle Models (Code) and return the upstream response.

How to call it

Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.

# 1. Ask for a quote
curl -i https://api.jarvisclaw.ai/v1/marketplace/api/vehicle-models

# 2. Pay it (the SDK signs and retries for you)
curl -H "X-PAYMENT: <signed-payload>" https://api.jarvisclaw.ai/v1/marketplace/api/vehicle-models
Open in the marketplace

Docs: Getting started · x402 payments · x402 discovery · All APIs