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

# Create Image

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

## Headers

- `X-ShopId` string

## Request body

- object
  - `byteSize` integer, required
  - `checksum` string, required

## Response `200`

- ResponseV1ResourceImageGoogleCreate
  - `uploadData` object, required
    - `url` string, required
    - `headers` object, required
      - `content-MD5` string, required
      - `content-Disposition` string, required
      - `cache-Control` string, required
    - `signedId` string, required
  - `resourceId` integer, required

## Other responses

- `400`

---

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