---
title: "AI-powered keyword suggestions"
method: GET
path: "/v3/keywords/suggest-keywords"
tags: ["keywords"]
---

# AI-powered keyword suggestions

`GET /v3/keywords/suggest-keywords`

Generates 10 high-value SEO keywords for a brand. If `description` is not supplied, the route crawls the website for context.

## Query parameters

- `teamId` string
- `website` string, uri, required
- `description` string
- `targetAudience` union
  - string
  - string[]

## Response `200`

Default Response

- object
  - `keywords` string[], required — Suggested SEO keyword list (max 10 items)

## Other responses

- `400` — Default Response
- `500` — Default Response

---

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