lunaar_product_shot_variants
Generate multiple angle, detail, or scale variants of a rendered product shot, including front, side, back views, close-ups, and dimension-annotated scale references.
Instructions
Generate 1..N angle/detail/scale variants of a previously rendered Product Shot parent. Each variant is a separate generation that consumes 10 credits. Variant types: front_view, three_quarter_front, side_view, back_view, top_view, detail_close_up, open_interior (only for products that physically open — falls back to a 3/4 view when not plausible), scale_reference (adds clean dimension annotations using user-provided width/height/depth in cm).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depthCm | No | ||
| widthCm | No | Required when scale_reference is requested (or any of width/height/depth must be provided). | |
| heightCm | No | ||
| aspectRatio | No | Optional aspect override; defaults to the parent shot's aspect ratio. | |
| variantTypes | Yes | ||
| parentEntityId | Yes | The `data.id` from the original lunaar_product_shot create response — NOT the operationId. |