---
title: "Generate article title ideas"
method: GET
path: "/v3/generate-article/generate-titles"
tags: ["Generate Article"]
---

# Generate article title ideas

`GET /v3/generate-article/generate-titles`

Generate SEO-friendly article title suggestions for a topic cluster. Pass the chosen cluster's name as `topics`. First step before `generate_outline` / `generate_article`.

## Query parameters

- `topics` union
  - string
  - string[]
- `type` 'listicle' | 'comparison' | 'news' | 'review' | 'guide'
- `count` string
- `contentArticleType` 'pillar' | 'cluster'
- `country` string
- `language` string

## Response `200`

Default Response

- object
  - `output` object, required
    - `titles` object[]
      - `title` string
      - `target_intent` string
      - `primary_keywords` string[]
      - `relevance_score` number
      - `isRecommended` boolean

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2026-08-09** `8f92b00b75d6` — 2 breaking, 7 info
  - the `query` request parameter `contentArticleType` was restricted to a list of enum values
  - the `query` request parameter `type` was restricted to a list of enum values
  - added the new enum value `cluster` to the `query` request parameter `contentArticleType`
  - added the new enum value `comparison` to the `query` request parameter `type`
  - …5 more

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/generate-article/generate-titles/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/68d7cda28432?raw)
