---
title: "Blog Post Ideas Generator"
method: POST
path: "/v3/free-tools/blog-post-ideas/"
tags: ["Free Tools"]
---

# Blog Post Ideas Generator

`POST /v3/free-tools/blog-post-ideas/`

Generate SEO-optimized blog post ideas based on a topic.

## Request body

- object
  - `input` string, required — Topic for blog ideas
  - `mode` 'text'
  - `niche` string — Optional niche

## Response `200`

Successful response

- object — Successful response
  - `ideas` object[]
    - `title` string
    - `type` string
    - `targetKeyword` string
    - `description` string
    - `estimatedWordCount` string
  - `rawResponse` string

## Other responses

- `400` — Bad Request
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[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/revisions/c8f1f876a92c/schema)
