Skip to main content
GET
/
v3
/
keywords
/
suggest-keywords
AI-powered keyword suggestions
curl --request GET \
  --url https://api.snowseo.com/v3/keywords/suggest-keywords \
  --header 'Authorization: Bearer <token>'
{
  "keywords": [
    "<string>"
  ]
}
Let AI analyze your website or brand description and suggest high-value keywords for your SEO strategy. Great for discovering keywords you might not have thought of.
Use these suggested keywords as seeds for the Keyword Research endpoint to get detailed volume and competition data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

website
string<uri>
required

Brand website URL (used for context crawl if no description given)

description
string

Brand description that replaces a crawl when provided

targetAudience

Target audience segments

Response

Default Response

keywords
string[]
required

Suggested SEO keyword list (max 10 items)