Mercedes Benz Image
Mercedes Benz Image is an API for retrieving images and visual assets of Mercedes-Benz vehicles.
- Base URL:
https://api.mercedes-benz.com/image_tryout/v1/vehicles - Auth:
bearer(pass your key via theapiKeyinput)
Operations
imagecomponentsget— GET /{finorvin}/components — Returns URLs pointing to images in JPG format in the highest available resolutioimagecomponentsengineget— GET /{finorvin}/components/engine — Returns a URL pointing to an image of the vehicles engine. These images are avaimagecomponentsequipmentsget— GET /{finorvin}/components/equipments — Returns URLs pointing to images of this vehicle's equipments. The images are avaimagecomponentspaintget— GET /{finorvin}/components/paint — Returns URLs pointing to images of this vehicles paint. These images are availaimagecomponentsrimget— GET /{finorvin}/components/rim — Returns a URL pointing to an image of the vehicles rim. These images are availaimagecomponentstrimget— GET /{finorvin}/components/trim — Returns a URL pointing to an image of this vehicles trim. These images are avai
Inputs
apiKey— your mercedes-benz-image API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: imagecomponentsget
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: imagecomponentsget, imagecomponentsengineget, imagecomponentsequipmentsget, imagecomponentspaintget, imagecomponentsrimget, imagecomponentstrimget |
finorvin |
string | no | — | Path parameter finorvin (required by some operations). |
query |
string | no | — | Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request. |