Enhance your website or app with high quality vehicle images.
Consistent images are the hallmark of a quality website, and EVOX are meticulous in their attention to detail ensuring images are identical in all key aspects: shot angles, lighting and post-production.
This powerful descriptive search delivers the closest matching vehicle image, in the correct manufacturer colour (where provided) and is included for free with all EVOX Vehicle Image Licences to enable easy mapping of car images in your website or app.
Key features:
-
Search by make, model and year
-
Search by generic, or manufacturer colour name
-
Identifies the closest matching variant from an extensive library of images
-
Returns links for a 3-angle set of images in manufacturer colours
-
Free with all EVOX Vehicle Images Licences
Sample Response
Documentation
Introduction
Header
When making calls to our API, include the following header:
Example Request
https://api.oneautoapi.com/evox/colourimagesetfromdescription/?manufacturer_desc=Mini&model_range_desc=Countryman&image_specification=D&number_doors=5&oem_model_year=2021&generic_colour_desc=Black&derivative_desc=Cooper&body_type_desc=Estate&oem_colour_desc=Midnight Black Metallic
Example Sandbox Request
https://sandbox.oneautoapi.com/evox/colourimagesetfromdescription/?manufacturer_desc=Mini&model_range_desc=Countryman&image_specification=D&number_doors=5&oem_model_year=2021&generic_colour_desc=Black&derivative_desc=Cooper&body_type_desc=Estate&oem_colour_desc=Midnight Black Metallic
Request Parameters
Sample Response
{
"success": true,
"result": [
{
"vehicle_desc": "Mini Cooper S",
"number_doors": 3,
"body_type_desc": "hatchback",
"oem_model_year": 2021,
"image_library_source": "EU",
"is_best_match": true,
"oem_colour_desc_list": [
"Alpine White",
"Black Sapphire Metallic",
"Sunset Orange Metallic",
"Arctic Grey",
"Tanzanite Blue Metallic"
],
"images": [
{
"oem_colour_desc": "Midnight Black Metallic",
"generic_colour_desc": "Black",
"side_image_url": "https://a1bcdefghij2kl.example.net/3mn456o11q1r2131rs41tu/color_1234_001/MY2013/cc1234_001_A94.jpg",
"rear_image_url": "https://a1bcdefghij2kl.example.net/3mn456o11q1r2131rs41tu/color_1234_002/MY2013/cc1234_001_A94.jpg",
"front_image_url": "https://a1bcdefghij2kl.example.net/3mn456o11q1r2131rs41tu/color_1234_003/MY2013/cc1234_001_A94.jpg"
}
],
"end_user_licence_agreement_url": "https://www.evox.com/20181025/eula/EVOX_sublicensee_EULA.pdf"
}
],
"error": "If there is an error the message would go here"
}