---
title: "Content Idea Generator"
method: POST
path: "/v3/free-tools/content-idea-generator/"
tags: ["Free Tools"]
---

# Content Idea Generator

`POST /v3/free-tools/content-idea-generator/`

Generate creative content ideas across multiple formats.

## Request body

- object
  - `topic` string, required — Topic to generate ideas for
  - `contentType` string — Optional specific content type focus

## Response `200`

Successful response

- object — Successful response
  - `ideas` object[]
    - `title` string
    - `format` string
    - `platform` string
    - `hook` string
    - `targetAudience` string
    - `engagementPotential` string
  - `rawResponse` string

## Other responses

- `400` — Default Response
- `429` — Default Response
- `500` — 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/revisions/41d6ee8ad40f/schema)
