Introduction
Studio-quality vehicle images by make, model, color, plate, and view — returned as a signed URL, not pixels.
Cargoimg is an invite-only B2B imagery API. You request a published vehicle (make, model, year, optional variant) in a camera view, with paint color, an optional studio shadow, and an optional EU-style plate. The JSON response includes a signed image_url. The API never returns image bytes. Fetch the signed URL when you need the file.
Access is gated by organization membership and an API key. Keys look like cimg_live_… and are shown once at creation. Public HTTP paths are /v1/… (an alias of /api/v1/…).
What you get
- Catalog walk: makes → models → years → optional variant → views
- Named colors or any hex paint
- Output
webp,png, orjpeg(subject to your contract) - Width from 200 to 2400 px (default 1600)
- Warnings when a requested option cannot be applied (
SHADOW_UNAVAILABLE,PLATE_UNMAPPED)
Next
- Create a key and make your first request
- Authenticate
- Dashboard for usage, keys, and contract