---
title: "Generate target keywords for an article"
method: GET
path: "/v3/generate-article/generate-keywords"
tags: ["Generate Article"]
---

# Generate target keywords for an article

`GET /v3/generate-article/generate-keywords`

Generate ranked target keywords (with search volume and relevance) for an article title. Optionally crawls competitor URLs to mine keywords. Use the chosen keywords when calling `generate_outline` / `generate_article`.

## Query parameters

- `title` string, required
- `user_keywords` union
  - string
  - string[]
- `competitor_links` union
  - string
  - string[]
- `keyword_count` string
- `country` string
- `language` string

## Response `200`

A newline-delimited stream. Whitespace keeps the connection alive; status and final result are JSON lines. An error after streaming starts is returned as a JSON error line with HTTP 200.

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/generate-article/generate-keywords/get.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/623d4784f6e6?raw)
