Get the list of vehicle images for the available perspectives.
GET {{baseUrl}}/markets/:marketId/models/:modelId/configurations/:configurationId/images/vehicle?perspectives=EXT020,INT1&background=false&night=false&roofOpen=false&fileFormat=WEBP
Returns set of exterior and interior image URLs of the requested vehicle configuration. Default settings applies with a transparent background, WEBP image format and perspectives EXT020 and INT1. The image have a HD resolution of 1920x1080 px.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
perspectives | string | One or more perspectives as a comma separated String list e.g. 'EXT000,EXT090,INT1,BET1'. | |
The default perspectives are EXT020 and INT1 if no parameter is provided. | |||
The following perspectives are available: |
- EXT000-EXT350: EXT000 defines the front view, EXT010 defines a rotation of 10 degress and so forth.
- INT1-INT4,INT5: These are up to 5 available interior perspectives. INT3 and INT5 perspective not available for all models.
- BET1: Trunk perspective available for most of the vehicle models.
- BIS1-BIS6: Six quare perspectives that defines a 360° interior view.
- ALL: all available perspectives will be returned (no other perspectives values needed). |
|
background
| boolean | | This optional property defines the images background. The default value is 'no background' (transparent). It is also possible to set the parameter explicitly to true to retrieve the images with a high level of detail and realistic reflections and light incidence. | |night
| boolean | | Set 'true', if you are looking for all images with the night view and the vehicle's headlights turned on. Optional parameter with default value 'false'. | |roofOpen
| boolean | | Set 'true', if you are looking for images with the roof open. This option is only valid for cabrios. Optional parameter with default value 'false'. | |fileFormat
| string | | This optional property defines the images format either PNG, JPEG or WEBP. The default value is WEBP. The combination of JPEG for transparent images is not supported. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"vehicle":{"quib8":{"url":"\u003cstring\u003e"}}}