---
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`

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/versions/b3bb15a00861/schema)
