v1

latestOpenAPI 3.0.02026-07-131091452.6 MB
images

Get suggestions for a search term

This endpoint provides autocomplete suggestions for partial search terms.

get/v2/images/search/suggestions

Query parameters

querystring required

Search term for which you want keyword suggestions

limitinteger

Limit the number of suggestions

Response

OK

datastring[]

Search suggestions

Example response

{
  "data": [
    "cat scan",
    "cats and dogs",
    "cats playing",
    "catsuit",
    "cat silhouette",
    "catskills",
    "cats eyes",
    "cat sitting",
    "cat sleeping",
    "cats eye"
  ]
}