v1
latestOpenAPI 3.0.02026-07-131091452.6 MBvideos
Get suggestions for a search term
This endpoint provides autocomplete suggestions for partial search terms.
get/v2/videos/search/suggestions
Query parameters
querystring required
Search term for which you want keyword suggestions
limitinteger
Limit the number of the suggestions
Response
OK
Example response
{
"data": [
"cat scan",
"cats and dogs",
"cats playing",
"catsuit",
"cat silhouette",
"catskills",
"cats eyes",
"cat sitting",
"cat sleeping",
"cats eye"
]
}