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

# Create Image Post

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

## Headers

- `X-ShopId` string

## Request body

- object
  - `post` object, required
    - `title` string, required
    - `description` string
    - `liveAt` string, date-time, required
    - `tags` string[]
  - `imageResources` object[], required
    - `id` integer, required
    - `position` integer, required
  - `access` object, required
    - `type` 'MembersOnly' | 'Plans' | 'Public' | 'FreeMembers' | 'FreeAndPaidMembers' | 'Paid' | 'PaidAndPaidMembers' | 'PaidAndTiers', required
    - `tiers` RequestCommonId[]
      - `id` integer, required
    - `price` integer
  - `notifications` object, required
    - `enabled` boolean, required

## Response `201`

- ResponseCommonId
  - `id` integer, required

## Other responses

- `400` — Image was not found or the upload was not completed

## Changes

- **2026-07-26** `c6887a2f069b` — 1 breaking, 2 warning, 1 info
  - the request property `post/liveAt` became required
  - removed the optional property `body` from the response with the `400` status
  - removed the optional property `parameters` from the response with the `400` status
  - added the required property `message` to the response with the `400` status

[Change history](https://skmtc.dev/fourthwall/apis/openapi/changes/open-api/v1.1/memberships/posts/images/post.md)

---

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