v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
images

List recommended images

This endpoint returns images that customers put in the same collection as the specified image IDs.

get/v2/images/recommendations

Query parameters

idstring[] required

Image IDs

max_itemsinteger

Maximum number of results returned in the response

safeboolean

Restrict results to safe images

Response

OK

messagestring

Server-generated message, if any

pageinteger

Current page that is returned

per_pageinteger

Number of results per page

total_countinteger

Total count of all results across all pages

Example response

{
  "data": [
    {
      "id": "123456789"
    },
    {
      "id": "99379946"
    },
    {
      "id": "133918412"
    }
  ],
  "page": 1,
  "per_page": 5,
  "total_count": 12
}