---
title: "Create Post Series"
method: POST
path: "/open-api/v1.1/memberships/series/posts"
tags: ["Series"]
---

# Create Post Series

`POST /open-api/v1.1/memberships/series/posts`

## Headers

- `X-ShopId` string

## Request body

- object
  - `title` string, required
  - `postsType` 'video' | 'audio', required
  - `description` string, required
  - `coverImageResourceId` integer
  - `thumbnailResourceId` integer
  - `postsIds` integer[]

## Response `201`

- ResponseCommonId
  - `id` integer, required

## Other responses

- `400`
- `404`

---

[API](https://skmtc.dev/fourthwall/apis/openapi.md) · [All operations](https://skmtc.dev/fourthwall/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fourthwall/openapi/revisions/c6887a2f069b/schema)
