images
Get keywords from text
This endpoint returns up to 10 important keywords from a block of plain text.
post/v2/images/search/suggestions
Request body
Example request
{
"text": "Planting flowers is a great way to make springtime more beautiful."
}Response
OK
Example response
{
"keywords": [
"planting",
"flowers",
"springtime",
"beautiful"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.