---
title: "Generate a structured, type-specific article outline"
method: GET
path: "/v3/generate-article/generate-outline/"
tags: ["Generate Article"]
---

# Generate a structured, type-specific article outline

`GET /v3/generate-article/generate-outline/`

Generates the structured outline for an article (listicle/guide/comparison/review/news) from a title + keywords + optional prompt insights and competitor URLs. The outline MUST be produced by this tool — its shape is type-specific and strict. Returns `{ outline, auto_selections, competitive_analysis, optimization_scope }`. To create an article from it, pass the WHOLE returned object as `articleOutline.generateOutlineResponse` to `create_article` (or just use the one-shot `generate_article`).

## Query parameters

- `title` string, required
- `type` string
- `content_article_type` string
- `primary_keywords` union
  - string
  - string[]
- `secondary_keywords` union
  - string
  - string[]
- `prompt_insights_json` string
- `article_topic` string
- `competitor_articles` union
  - string
  - string[]
- `length` string
- `tone` string
- `audience` 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/6e50f4761eea/schema)
