Car Image API
Built for agents · MCP · CLI · OpenAPI

Studio-quality car images, for apps and agents.

One GET request returns a transparent-background render of any vehicle in the open-source vehicle-db catalog — 1,145 makes, 14,841 models, 19902026. Six angles, fifteen colors, PNG/WebP/JPG. Cached forever, one credit each.

Get 100 free credits
npx @meterapp/car-image

No card required. $1 buys 1,000 images. No subscription, ever.

2024 Porsche 911 — Side
HTTP/2
200
content-type
image/png
x-credits-charged
1
x-credits-remaining
99
x-image-source
cache
etag
"9f2a…c41d"
14,841
models in the catalog
6
camera angles
15
preset colors
1 credit
per image, cached or not

Live from the API

Real responses, not mockups

Every image below is served by GET /images/car.png right now — the same renders your users would see, on a checkerboard so the transparency shows.

Try any vehicle in the playground
  • 2024 Porsche 911 — Side
    2024 Porsche 911 — Sideview=side&brand=porsche&model=911&year=2024&color=red
  • 2023 Tesla Model 3 — Front
    2023 Tesla Model 3 — Frontview=front&brand=tesla&model=model-3&year=2023&color=white
  • 2022 BMW M3 — Side
    2022 BMW M3 — Sideview=side&brand=bmw&model=m3&year=2022&color=blue
  • 2024 Blue Bird All American — Front
    2024 Blue Bird All American — Frontview=front&brand=blue-bird&model=all-american&year=2024&color=yellow
  • 2024 Chevrolet Suburban — Side
    2024 Chevrolet Suburban — Sideview=side&brand=chevrolet&model=suburban&year=2024&color=black
  • 2006 Dodge Charger — Side
    2006 Dodge Charger — Sideview=side&brand=dodge&model=charger&year=2006&color=orange

How it works

Key → request → cached forever

No SDK to learn and no image pipeline to run. The URL is the whole integration.

  1. 01

    Create a key

    Sign in, and 100 free credits are waiting. Create an API key in the dashboard or let the CLI do it with a browser-approved device code.

  2. 02

    Call the API

    GET /api/v1/images/car with make, model, year and a view. The first render of a new vehicle takes about ten seconds; the response carries the credits you have left.

  3. 03

    Cached forever, 1 credit

    Every render lands in a global cache and is served in milliseconds from then on. Cached or fresh, the price is the same one credit — and failed renders are refunded.

Integrate in a minute

Pick your client

The same request from a shell, a server, a notebook, an MCP host or the CLI. Keys live in headers or your environment — never in URLs.

bash
curl --fail-with-body \
  -H "Authorization: Bearer $CAR_IMAGE_API_KEY" \
  "https://car-imgs.vercel.app/api/v1/images/car?make=porsche&model=911&year=2024&view=front-3-4&color=red" \
  --output porsche-911.png

Six camera angles

Every angle a listing needs

Front, both sides, rear and the two three-quarter hero shots. Pass `view=` and get the same framing for every vehicle in the catalog.

  • Front

    0°
    view=front

    Straight-on front view

  • Front three-quarter

    35°
    view=front-3-4

    Front and driver's side at ~35°; the classic hero angle

    Aliases: front34, hero

  • Side (facing left)

    90°
    view=side

    Perfect side profile, nose pointing left

    Aliases: side-left, profile

  • Side (facing right)

    270°
    view=side-right

    Perfect side profile, nose pointing right

    Aliases: side-r

  • Rear

    180°
    view=rear

    Straight-on rear view

    Aliases: back

  • Rear three-quarter

    145°
    view=rear-3-4

    Rear and driver's side at ~35°

    Aliases: rear34

Fifteen preset colors

Real-world paint, bounded on purpose

Free-text colors would mint a new cached variant per spelling, so the API accepts exactly these 15. Default is silver.

  • white#f4f4f2
  • black#141414
  • gray#7a7d82
  • silver#c3c6cb
  • blue#1f4fa3
  • red#b3151b
  • green#1f6b3a
  • brown#5c3d2e
  • beige#d9c9a8
  • tan#c9a66b
  • orange#e0641b
  • yellow#f2c318
  • gold#b8963e
  • burgundy#6b1a2b
  • purple#5b2a86

Sizes and formats

Up to 1024 px, three formats

Source renders are 1024×1024 PNGs with a transparent background. Ask for a preset with size=, or exact pixels with w= and h=.

  • size=thumb256 px
  • size=small512 px
  • size=medium768 px
  • size=large1024 px
Formats:format=pngformat=webpformat=jpgTransparency survives PNG and WebP; JPG gets a flat background.

Pricing

Cheapest, best, AI-forward

Prepaid credits instead of a monthly plan. Pay for the images you serve and nothing else.

  • $1

    per 1,000 credits

    One credit per image. Cached or freshly generated — the price never changes.

  • 100

    free credits on signup

    Full quality, no watermark, no card. Enough to wire up an integration end to end.

  • $0/mo

    no subscription

    Buy a pack from $5 when you need it. Optional auto-reload keeps agents running.

FeatureCar Image APITypical subscription API
Pricing modelPay as you go — $1 per 1,000 credits, no subscription$49 / month plan
25,000 images$25, once$49, every month
Free tier100 credits, full quality, no watermark5,000 / month, watermarked WebP
Cached vs. fresh renderSame price: 1 creditCounts against the monthly quota
Camera angles6 (front, front ¾, side ×2, rear, rear ¾)8
Max size1024 px1200 px
FormatsPNG, WebP, JPG — transparent backgroundWebP
Catalog14,841 models · 1,145 makes · cars, motorcycles, trucks, buses · open sourceCars, closed catalog
Agent toolingMCP (remote + local), CLI, OpenAPI 3.1, llms.txt, Claude Code, ChatGPT actionsJavaScript loader
Browser embedsSigned URLs, TTL up to 7 days, billed once at creationHMAC signed URLs

Catalog coverage

Bounded to a real, open catalog

Every request is validated against @meterapp/vehicle-db, so the API cannot be turned into an unbounded image generator — and a vehicle that is missing can be added by anyone.

1,145
makes
18,131
models
1990–2026
model years
5
official data sources
MotorcyclePassenger CarTruckBusMultipurpose Passenger Vehicle (MPV)Auto RickshawOther Vehicle
Add a missing vehicle on GitHub

FAQ

Questions engineers ask first

Everything else is in the docs — and the docs are in llms.txt for your agent.

Stay in the loop

Building something with vehicle images?

Tell us what you are making and get notified about new angles, catalog updates and agent tooling. No marketing drip — just release notes.

Tell us the vehicles, volume and formats you need and we will tailor the onboarding.

No newsletter, no spam. We reply to every message.