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
Key | Datatype | Required | Description |
---|---|---|---|
User-Agent | string |
RESPONSES
status: OK
{"data":["beach","place","sand","ocean"]}