GET /v2/cv/similar/images
Summary: List similar images
Operation ID: getSimilarImages
Auth: unknown
Operation ID: getSimilarImages
Auth: unknown
Description
This endpoint returns images that are visually similar to an image that you specify or upload.
Parameters (7)
asset_id
(string, query, required)
The asset ID or upload ID to find similar images for
language
(?, query, optional)
Language for the keywords and categories in the response
license
(array, query, optional, default: ['commercial'])
Show only images with the specified license
page
(integer, query, optional, default: 1)
Page number
Constraints: {'minimum': 1}
per_page
(integer, query, optional, default: 20)
Number of results per page
Constraints: {'minimum': 1, 'maximum': 500}
safe
(boolean, query, optional, default: True)
Enable or disable safe search
view
(string, query, optional, default: minimal)
Amount of detail to render in the response
Constraints: {'enum': ['minimal', 'full']}
No probe data for this endpoint yet.