Get suggestions for a search term
GET {{baseUrl}}/v2/images/search/suggestions?query=<string>
This endpoint provides autocomplete suggestions for partial search terms.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| query | string | (Required) Search term for which you want keyword suggestions | |
| limit | number | Limit the number of suggestions | 
RESPONSES
status: OK
{"data":["cats","catwalk","cat and dog","cat dog","cat silhouette"]}