Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / Media / Mercedes Benz / Vehicle Image
Vehicle Image logo

Mercedes Benz Vehicle Image

Browse all Mercedes Benz APIs
Agent-ready OpenAPI document · curated by JenticMediaImage ProcessingapiKey8 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

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

Use for: Get an exterior image of a Mercedes-Benz E-Class by VIN, Render the rim component for a configured Mercedes vehicle, Show the upholstery for a customer's Mercedes-Benz build, Retrieve a night-time view of an S-Class

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

Jentic publishes the only available OpenAPI specification for Vehicle Image, keeping it validated and agent-ready. The Mercedes-Benz Vehicle Image API returns original Mercedes-Benz photography for a vehicle addressed by FIN or VIN. It serves whole-vehicle images with controllable perspective and lighting, plus component renders for engine, paint, rim, trim, upholstery, and 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.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Vehicle Image to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Vehicle Image, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fmercedes-benz.com%2Fmercedes-benz-image-api" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fmercedes-benz.com%2Fmercedes-benz-image-api" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Vehicle Image API.

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

Patterns agents use Vehicle Image API for, with concrete tasks.

★ Configurator-aligned 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.

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

Dealer inventory listings

Dealer websites use the API to display official Mercedes-Benz photography on their inventory listings instead of stock or smartphone photos. /{finorvin}/vehicle returns the matched whole-vehicle image and component endpoints surface engine and equipment details on the spec tab.

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, two angle shots, and three close-ups per vehicle without commissioning new photography.

For each FIN in the campaign list, GET /{finorvin}/vehicle, /{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, and embeds it in the chat reply. Jentic securely stores the apiKey so the agent never handles the credential.

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

Key Endpoints

8 endpoints — jentic publishes the only available openapi specification for vehicle image, keeping it validated and agent-ready.

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

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

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring the Mercedes-Benz Vehicle Image API by hand means obtaining a developer-portal apiKey, sending it with each request against the image_tryout host, and assembling the FIN/VIN and component paths yourself. 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

Permission scoping

The Vehicle Image API puts the FIN or VIN in the URL path (/{finorvin}/vehicle), so a rule can pin your agent to one vehicle's imagery. Every operation here is a read-only GET for vehicle and component images, so a rule can grant paint, rim, and upholstery lookups without exposing any write.

Credential management

Credential isolation

Your Mercedes-Benz apiKey is stored once, encrypted, by your own Jentic One instance and injected at request time. It never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'show a Mercedes image by VIN' or 'render the paint component', and Jentic returns the matching Vehicle Image operation with its FIN/VIN and component parameters so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Car Configurator

→

Builds the saved configurations whose component images the Vehicle Image API renders.

Pair Configurator with the Image API so each option change updates the on-screen render.

Complementary

Dealer

→

Routes the customer to a dealer once a vehicle render and configuration are ready.

Use Dealer once Image has produced the previews the customer needs to pick a model.

Alternative

CarsXE

→

Multi-brand vehicle imagery and VIN data covering many manufacturers, not just Mercedes.

Choose CarsXE when the integration needs cross-brand imagery; use this API when the customer is configuring or buying a Mercedes.

FAQs

Specific to using Vehicle Image API through Jentic.

Why is there no official OpenAPI spec for Vehicle Image?

Mercedes-Benz does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call Vehicle Image via structured tooling. It is validated against the live API and kept up to date. Get started with Jentic One, the self-hosted execution layer.

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. Jentic securely stores the apiKey and injects it at request time so the 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?

Numeric limits are not in the spec. 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.

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

Yes. Jentic One is self-hosted, so your own rules decide which operations and credentials the agent may use. Because this API puts the FIN or VIN in the URL path (/{finorvin}/vehicle), you can pin the agent to a single vehicle's imagery, and since every operation is a read-only GET for whole-vehicle and component renders, you can grant paint, rim, trim, and upholstery lookups without exposing any write. The apiKey stays with your instance and is injected at request time, so the agent calls only the endpoints your rules allow.

GET STARTED

Start building with Vehicle Image API

Explore with Jentic One
View OpenAPI Document