canonical: https://jentic.com/apis/mercedes-benz.com/mercedes-benz-image

# Mercedes Benz Vehicle Image

The Mercedes-Benz Vehicle Image API returns original Mercedes-Benz photography for a specific vehicle, addressed by FIN or VIN. It serves both whole-vehicle images (with controllable perspective and day/night lighting) and component renders for the engine, paint, rim, trim, upholstery, and other equipment. The output is the same studio imagery used on mercedes-benz.com, which keeps third-party listings and configurator UIs visually consistent with the official brand.

## For AI agents

Fetch official Mercedes-Benz vehicle and component images by FIN/VIN across 8 endpoints with controllable perspective and lighting.

## Scope

Does not handle vehicle configuration, telematics, dealer search, or order fulfilment - use for retrieving Mercedes-Benz vehicle and component imagery by FIN/VIN only.

## Capabilities

- Retrieve a whole-vehicle image for a Mercedes-Benz FIN/VIN with a chosen perspective
- Render component-level images for engine, paint, rim, trim, and upholstery on the configured vehicle
- Generate equipment-specific imagery to illustrate option packages on a build
- Switch between day and night lighting variants for marketing or comparison shots
- Embed brand-consistent Mercedes-Benz imagery inside dealer or comparison sites without licensed photo libraries

## Use cases

### Configurator-aligned vehicle imagery

Sites that integrate the Mercedes-Benz Car Configurator pair it with the Vehicle Image API so each option choice updates the on-screen render. Calls to /{finorvin}/components/paint, /rim, /trim, and /upholstery return fresh imagery for the new combination, keeping the visual preview in sync with the saved configuration.

Example prompt: After the user changes paint colour, GET /{finorvin}/components/paint to retrieve the updated render and replace the on-screen image.

### Dealer inventory listings

Dealer websites and aggregators use the API to display official Mercedes-Benz photography on their inventory listings instead of stock or smartphone photos. Each listing references a vehicle's FIN/VIN, so /{finorvin}/vehicle returns the matched whole-vehicle image, while component endpoints surface engine and equipment details on the listing's specification tab.

Example prompt: GET /{finorvin}/vehicle for the inventory FIN to fetch the hero image, and GET /{finorvin}/components/engine for the engine bay shot.

### Marketing creative automation

Marketing teams generate model-specific creative at scale by iterating FINs and pulling a consistent set of perspectives and components. The /perspectives and /components endpoints provide enough variety for a hero image, two angle shots, and three close-ups per vehicle without commissioning new photography.

Example prompt: For each FIN in the campaign list, GET /{finorvin}/vehicle for the hero, /{finorvin}/components/engine, /{finorvin}/components/rim, and /{finorvin}/components/upholstery, then upload the four files to the asset library.

### Agent-driven image preview via Jentic

An AI assistant uses Jentic to fetch a Mercedes-Benz vehicle image during a sales conversation. The agent calls /{finorvin}/vehicle by intent, receives a render URL or binary, and embeds it in the chat reply. Jentic securely stores the apiKey so the agent never handles the credential.

Example prompt: Search Jentic for 'show mercedes-benz image by vin', load the /{finorvin}/vehicle operation schema, execute it with the customer's FIN, and return the rendered image URL.

## Key endpoints

| Method | Path | Description |
| --- | --- | --- |
| GET | `/{finorvin}/vehicle` | Get whole-vehicle image for a FIN/VIN |
| GET | `/{finorvin}/components` | List available component images |
| GET | `/{finorvin}/components/paint` | Render the paint component |
| GET | `/{finorvin}/components/rim` | Render the rim component |
| GET | `/{finorvin}/components/upholstery` | Render the upholstery component |

## Key resources

- **Vehicle** — Whole-vehicle imagery for a FIN/VIN with controllable perspective and lighting
- **Components** — Component-level renders: engine, paint, rim, trim, upholstery, and equipments
- **Perspectives** — Camera angle and lighting variants for whole-vehicle images

## Why Jentic

- **Setup:** Wiring the Mercedes-Benz Vehicle Image API by hand means passing your developer-portal apiKey and hand-coding each FIN/VIN vehicle and component image call against the tryout host. Through Jentic you install once, import the Vehicle Image API from the API Directory, store the apiKey once, and your agent calls it.
- **Permission scoping:** The Vehicle Image API puts the FIN/VIN in the URL path (/{finorvin}/vehicle, /{finorvin}/components/...), so a rule can pin your agent to reading imagery for a given vehicle. You choose the operations it may call, and these endpoints only retrieve vehicle and component images, so nothing beyond that is exposed.
- **Credential handling:** Your Mercedes-Benz apiKey is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.
- **Discovery method:** Agents search Jentic by intent such as 'show a Mercedes image by VIN' or 'render Mercedes paint', and Jentic returns the matching endpoint with its FIN/VIN and component path parameters so the agent calls the right endpoint without browsing the reference docs.

## Related APIs

- **Car Configurator** — Builds the saved configurations whose component images the Vehicle Image API renders.
- **Dealer** — Routes the customer to a dealer once a vehicle render and configuration are ready.
- **CarsXE** — Multi-brand vehicle imagery and VIN data covering many manufacturers, not just Mercedes.

## FAQ

### What authentication does the Mercedes-Benz Vehicle Image API use?

The Image API uses an apiKey from the Mercedes-Benz developer portal in the request header. Through Jentic the apiKey is vaulted and injected at request time so the raw credential never reaches the agent.

### Can I render only a vehicle's rims or paint with the Image API?

Yes. The /{finorvin}/components endpoints render specific parts on demand - `/components/rim` for wheels, `/components/paint` for body colour, `/components/upholstery` for interior, and `/components/trim` for trim packages.

### What are the rate limits for the Vehicle Image API?

The spec does not publish numeric limits. Production traffic is throttled per developer portal contract; the tryout host is intended for evaluation rather than high-volume rendering.

### How do I display a Mercedes-Benz vehicle image in my app through Jentic?

Search Jentic for 'show mercedes-benz image by vin', load the /{finorvin}/vehicle schema, and execute it with the FIN. The response gives the agent the image URL or binary to embed in the UI.

### Can I switch between day and night perspectives?

Yes. The Perspectives tag exposes parameters to alter camera angle and lighting (including day/night variants), so the same FIN can be rendered for hero, comparison, or marketing creative.

### Are the images licensed for commercial use?

The imagery is the original Mercedes-Benz studio photography served via the developer portal. Commercial usage rights are governed by the Mercedes-Benz developer portal terms, not by Jentic.

### Can I limit what my agent is allowed to do with the Mercedes-Benz Vehicle Image API?

Yes. Because you run Jentic One yourself, your own rules decide which operations and credentials the agent may use. This API puts the FIN/VIN in the URL path, so you can pin the agent to reading imagery for a specific vehicle and choose exactly which calls it may make, such as GET /{finorvin}/vehicle or the component renders at /{finorvin}/components/paint, /rim, and /upholstery. Since these endpoints only retrieve vehicle and component images, nothing beyond image retrieval is exposed to the agent.
