Request a DAF XF 2022, a Sprinter panel van, a passenger car — or any published make, model and year — in any color, with or without a studio shadow and a mapped EU plate. The API returns a signed image URL.
Invite-only · 9 studio views · median response under 200 ms
curl -H "x-api-key: cimg_live_…" \ "$APP_URL/v1/makes/daf/models/xf/2022/front_left?color=red&shadow=true&plate=AB-CD-123&format=webp"
{
"image_url": "https://cdn.cargoimg…/…webp?sig=…",
"expires_in": 900,
"width": 1600,
"format": "webp",
"warnings": []
}The JSON is the product; fetch the URL for pixels. No image bytes cross the API boundary.
Three calls, no VIN lookups, no uploads from your side.
Make → model → year → view. Only published vehicles are listed, so a resolved path always renders.
/v1/makes → /models → /years → /viewsPaint color, studio shadow, EU plate, output format and pixel width. Defaults are production-safe.
?color=&shadow=&plate=&format=&width=JSON in milliseconds. Hand the URL to your CDN, your listing page, or your configurator.
{ "image_url": "…", "warnings": [] }Every published vehicle is shot on the same rig, so views are consistent across your whole catalog.
Heavy trucks are the deepest part of the catalog, but the same rig and the same nine cameras cover commercial and passenger classes alike.
DAF XF, Volvo FH, Scania R — 4×2 and 6×2 configurations.
/v1/makes/daf/models/xfCurtainside, box, tipper and refrigerated bodies, shot solo.
/v1/makes/krone/models/profi-linerPanel vans, crew cabs, chassis cabs and dropside conversions.
/v1/makes/ford/models/transitHatchback, estate and SUV bodies for marketplace listings.
/v1/makes/skoda/models/octaviaCity buses and touring coaches, same paint and plate parameters.
/v1/makes/setra/models/s-515-hdEight named colors for catalog consistency, or any hex when you need to match a customer's build.
Plates are rendered as a generic EU design — blue band with stars, white field, black text — and mapped onto the vehicle's own plate surface. Unsupported geometry returns a PLATE_UNMAPPED warning, never an error.
A developer product for imagery in listings, configurators and catalogs. Not a stock-photo site.
One key per environment. No OAuth dance, no per-request signing on your side.
Current plan, remaining monthly volume and RPM ceiling in one call.
webp by default. png when you need transparency behind the vehicle.
Default 1600. Ask for the exact size your grid renders — no client-side downscaling.
Rate per minute plus a monthly volume, agreed in your contract. No metered surprises.
SHADOW_UNAVAILABLE or PLATE_UNMAPPED come back with a usable image, not a 4xx.
If you have an account, sign in. There is no public signup.