---
title: "Generate preview images for a product (sync)"
method: POST
path: "/channel-api/v1.0/previews"
tags: ["Previews", "Shops"]
---

# Generate preview images for a product (sync)

`POST /channel-api/v1.0/previews`

## Request body

- ComFourthwallAppChannelShopModelCreatePreviewXRequest
  - `productId` string, required
  - `regions` ComFourthwallAppChannelShopModelPreviewRegionInputXRequest[], required
    - `region` string, required
    - `imageId` string, required — Media image id from POST /media/images.
    - `placementId` string
    - `fillAllPlacements` boolean
  - `colors` string[]
  - `sizes` string[]

## Response `201`

Created

- ComFourthwallAppChannelShopModelCreatePreviewXResponse
  - `pipelineId` string, required
  - `customizationId` string
  - `images` ComFourthwallAppChannelShopModelPreviewImageXResponse[], required
    - `url` string, required
    - `width` integer, required
    - `height` integer, required
    - `style` string, required
    - `color` string, required
    - `size` string
    - `region` string

---

[API](https://skmtc.net/fourthwall/apis/fourthwall-apis-3.md) · [All operations](https://skmtc.net/fourthwall/apis/fourthwall-apis-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthwall/fourthwall-apis-3/revisions/d922932087ce/schema)
