Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.fourthwall.com/channel-api/v1.0/previews \ --header 'Content-Type: application/json' \ --data ' { "productId": "<string>", "regions": [ { "region": "<string>", "imageId": "<string>", "placementId": "<string>", "fillAllPlacements": true } ], "colors": [ "<string>" ], "sizes": [ "<string>" ] } '
{ "pipelineId": "<string>", "images": [ { "url": "<string>", "width": 123, "height": 123, "style": "<string>", "color": "<string>", "size": "<string>", "region": "<string>" } ], "customizationId": "<string>" }
Show child attributes
Created