Blog Posts

Get Blog Post Generation Options

Everything the generate dialog needs: limits, category profiles, and the shop's products and categories to pick from.

get/v1/shops/{shopId}/blog-posts-generate/options

Response

availableboolean
max_countinteger
tonesstring[]
posts_remaininginteger

Example response

{
  "available": false,
  "max_count": 3,
  "tones": [
    "professional",
    "casual",
    "technical",
    "enthusiastic",
    "concise"
  ],
  "category_profiles": [
    {
      "value": "game_enhancement",
      "label": "Game enhancement software (cheats, mods, spoofers)"
    },
    {
      "value": "gaming_accounts",
      "label": "Game accounts, boosting and in-game goods"
    },
    {
      "value": "digital_accounts",
      "label": "Subscriptions, streaming and digital accounts"
    },
    {
      "value": "software_licenses",
      "label": "Software licenses and utilities"
    },
    {
      "value": "ebooks_courses",
      "label": "E-books, courses and guides"
    },
    {
      "value": "creative_assets",
      "label": "Digital art, templates and creative assets"
    },
    {
      "value": "gift_cards",
      "label": "Gift cards and game keys"
    },
    {
      "value": "general",
      "label": "General digital goods"
    }
  ],
  "posts_remaining": 499,
  "products": [
    {
      "id": 1,
      "name": "License Keys",
      "category_id": 1,
      "stock_count": 0
    }
  ],
  "categories": [
    {
      "id": 1,
      "name": "Digital Goods",
      "parent_id": null
    }
  ]
}

Changes

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