---
title: "Generate Blog Posts"
method: POST
path: "/v1/shops/{shopId}/blog-posts-generate"
tags: ["Blog Posts"]
---

# Generate Blog Posts

`POST /v1/shops/{shopId}/blog-posts-generate`

Queues the AI writer to write the full posts for the approved titles.

## Request body

- object
  - `description` string — Must not be greater than 2000 characters.
  - `count` integer — Must be at least 1. Must not be greater than 3.
  - `product_ids` integer[]
  - `category_ids` integer[]
  - `tone` 'professional' | 'casual' | 'technical' | 'enthusiastic' | 'concise'
  - `language` string — Must not be greater than 40 characters.
  - `min_words` integer — Must be at least 300. Must not be greater than 4000.
  - `max_words` integer — Must be at least 300. Must not be greater than 4000.
  - `audience` string — Must not be greater than 200 characters.
  - `category_profile` 'game_enhancement' | 'gaming_accounts' | 'digital_accounts' | 'software_licenses' | 'ebooks_courses' | 'creative_assets' | 'gift_cards' | 'general'
  - `posts` string[], required — Must have at least 1 items. Must not have more than 3 items.

## Response `200`

---

[API](https://skmtc.dev/sellauth/apis/sellauth-api.md) · [All operations](https://skmtc.dev/sellauth/apis/sellauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellauth/sellauth-api/revisions/945e6d749d68/schema)
