Create Look
Create a Look from existing catalog products and queue AI image generation for a fast preview. The response is asynchronous: poll GET /api/v1/jobs/{jobId}?organizationId={organizationId} until the look_... job completes, then fetch the generated Look with GET /api/v1/looks/{lookId}.
Authorizations
Bearer API key for server-to-server access. Session auth is also supported in first-party UI flows.
Body
Ordered OmniCommerce product UUIDs to use as visual references. The first item is the primary product; the rest are reference products.
1 - 9 elementsOptional for API-key requests; required for session-authenticated requests across multiple organizations.
120160Scene subject such as model, table setting, shelf, desk setup, or free text.
1201208080160Additional one-look styling guidance for the AI.
1000Optional image model override. Looks default to the organization's configured image model and optimize for faster preview generation.
120Response
Look record created and preview image generation queued.