---
title: "Get Blog Post Generation Options"
method: GET
path: "/v1/shops/{shopId}/blog-posts-generate/options"
tags: ["Blog Posts"]
---

# Get Blog Post Generation Options

`GET /v1/shops/{shopId}/blog-posts-generate/options`

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

## Response `200`

- object
  - `available` boolean
  - `max_count` integer
  - `tones` string[]
  - `category_profiles` object[]
    - `value` string
    - `label` string
  - `posts_remaining` integer
  - `products` object[]
    - `id` integer
    - `name` string
    - `category_id` integer
    - `stock_count` integer
  - `categories` object[]
    - `id` integer
    - `name` string
    - `parent_id` string

---

[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/05f1b5c3c6c8/schema)
