Car images with transparent backgrounds for every vehicle in the international vehicle database — cars, motorcycles, trucks, and buses from international sources, 1990 to today.
GET /api/v1/images/car?view=side&make=toyota&model=corolla&year=2012Server requests require a key in Authorization: Bearer (or x-api-key). Create keys on the dashboard after signing in with Google, use the browser-assisted CLI, or try the API without a key on the playground.
# server-side: long-lived keys belong in headers, never URLs
curl -H "Authorization: Bearer cimg_..." "https://car-imgs.vercel.app/api/v1/images/car?view=side&make=toyota&model=corolla&year=2012"
# browser embeds: create an opaque, five-minute, single-use URL
POST /api/v1/image-urls| Param | Required | Description |
|---|---|---|
view | Yes | front, front-3-4, side, side-right, rear, or rear-3-4 |
make | Yes | Vehicle manufacturer (e.g. toyota, bmw, tesla) |
model | Yes | Car model (e.g. corolla, m3, model-3) |
year | Yes | Model year (1990 to current year + 1) |
color | No | One of: white, black, gray, silver, blue, red, green, brown, beige, tan, orange, yellow, gold, burgundy, purple (default: "silver") |
w | No | Resize width in px (1–1024) |
h | No | Resize height in px (1–1024) |
format | No | png, webp, or jpg (default: "png") |