Get keywords from text

POST {{baseUrl}}/v2/images/search/suggestions

This endpoint returns up to 10 important keywords from a block of plain text.

Request Body

{"text"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
User-Agentstring

RESPONSES

status: OK

{&quot;data&quot;:[&quot;beach&quot;,&quot;place&quot;,&quot;sand&quot;,&quot;ocean&quot;]}