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

# Create Blog Post

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

Creates a new blog post.

## Request body

- object
  - `title` string, required — Must not be greater than 255 characters.
  - `path` string — Must match the regex /^[a-z0-9-]+$/.
  - `summary` string — Must not be greater than 2000 characters.
  - `content` string, required — Must not be greater than 100000 characters.
  - `image_id` string
  - `meta_title` string — Must not be greater than 255 characters.
  - `meta_description` string — Must not be greater than 255 characters.

## 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)
