Blog Posts

Generate Blog Posts

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

post/v1/shops/{shopId}/blog-posts-generate

Request body

descriptionstring

Must not be greater than 2000 characters.

countinteger

Must be at least 1. Must not be greater than 3.

product_idsinteger[]
category_idsinteger[]
tone'professional' | 'casual' | 'technical' | 'enthusiastic' | 'concise'
languagestring

Must not be greater than 40 characters.

min_wordsinteger

Must be at least 300. Must not be greater than 4000.

max_wordsinteger

Must be at least 300. Must not be greater than 4000.

audiencestring

Must not be greater than 200 characters.

category_profile'game_enhancement' | 'gaming_accounts' | 'digital_accounts' | 'software_licenses' | 'ebooks_courses' | 'creative_assets' | 'gift_cards' | 'general'
postsstring[] required

Must have at least 1 items. Must not have more than 3 items.

Example request

{
  "description": "Consequatur quisquam recusandae asperiores accusamus nihil repellat.",
  "count": 3,
  "product_ids": [
    12
  ],
  "category_ids": [
    12
  ],
  "tone": "technical",
  "language": "syzwszwtxpeqqik",
  "min_words": 24,
  "max_words": 12,
  "audience": "wkiinfowtzmixko",
  "category_profile": "creative_assets"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.