Skip to content

CreateProductPhotoshootMoodboardPin

This example assumes using Runway; is in scope and apiKey contains your Runway API key.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
var plan = RunwayCliCreativeRecipes.CreateProductPhotoshootPlan(
    prompt: "compact ceramic pour-over coffee mug",
    referenceImages: null,
    count: null,
    ratio: null,
    model: null,
    mode: "moodboard_pin",
    productContext: "slow-living lifestyle accessory",
    brandContext: "warm, neutral palette",
    quality: null,
    resolution: null);

var job = plan.Jobs[0];

var json = RunwayCliCreativeRecipes.ToJson(plan);