---
title: "Get keywords from text"
method: POST
path: "/v2/images/search/suggestions"
tags: ["images"]
---

# Get keywords from text

`POST /v2/images/search/suggestions`

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

## Request body

- object — Search entity request data
  - `text` string, required — Plain text to extract keywords from

## Response `200`

OK

- object — The response to a request for keyword analysis
  - `keywords` string[] — The top keywords from the submitted text

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer.md) · [All operations](https://skmtc.net/shutterstock/apis/shutterstock-api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shutterstock/shutterstock-api-explorer/versions/d2e03e7f655d/schema)
