---
title: "Generate FAQ-style prompts for an article"
method: GET
path: "/v3/generate-article/generate-prompts"
tags: ["Generate Article"]
---

# Generate FAQ-style prompts for an article

`GET /v3/generate-article/generate-prompts`

Generate ranked search-style/FAQ questions a reader would ask about the article's topic — useful as `promptInsights` for `generate_article` or as FAQ section seeds. Requires the article title and its topic cluster.

## Query parameters

- `title` string, required
- `articleTopic` string, required
- `competitor_articles` union
  - string
  - string[]
- `teamId` 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-prompts/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/fa1bfff7ecc8?raw)
