Find closest stock image set by attribute match score
GET /api/v1/stock_image_sets/find_closest
GET
/api/v1/stock_image_sets/find_closest
Returns the closest matching stock image set(s) by scoring +1 for each attribute that matches. Provide any combination of attributes; at least one is required. Results ordered by match_score descending.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” manufacturer_id
integer
Manufacturer ID (make)
family_id
integer
Family ID (model/series)
make
string
Manufacturer name (resolved to ID)
model
string
Family name (resolved to ID)
series
string
Family name alias
year
integer
badge
string
body
string
bodyconfiguration
string
bodystyle
string
colour
string
doors
integer
modelyear
string
wheelbaseconfiguration
string
limit
integer
Max results (1–50, default 1)
Responses
Section titled “ Responses ”Empty list when no params given