LAB Creative
Generate new commercial compositions from a prompt, optionally guided by 1–16 visual references.
POST /v1/lab/creativeUse one organization key to generate new visuals, build product-focused output or refine an existing image. Delivery tiers scale from 1K PNG to 4K multi-format results.
Each mode has a separate production contract so an application can ask for the right kind of work instead of treating every image request the same.
Generate new commercial compositions from a prompt, optionally guided by 1–16 visual references.
POST /v1/lab/creativeProduct-focused generation from exactly one supplied image reference, with controlled commercial output.
POST /v1/lab/productRefine an existing visual while preserving the supplied subject and composition intent.
POST /v1/lab/polishThe requested resolution controls both the price and the file formats delivered with a successful result.
| Mode | 1K | 2K | 4K | Delivery |
|---|---|---|---|---|
| LAB Creative | $0.12 | $0.14 | $0.16 | 1K PNG · 2K PNG + TIFF · 4K PNG + TIFF + DNG |
| LAB Product | $0.15 | $0.17 | $0.19 | 1K PNG · 2K PNG + TIFF · 4K PNG + TIFF + DNG |
| LAB Polish | $0.15 | $0.17 | $0.19 | 1K PNG · 2K PNG + TIFF · 4K PNG + TIFF + DNG |
Creative requests with one or more references add $0.03 per output. TIFF and DNG delivery derivatives are included in the listed resolution price.
Reference media is uploaded as multipart form data. Ruwana validates file type and count before production execution.
Use multipart form data whenever references are present.
curl https://platform.ruwana.studio/v1/lab/creative \
-H "Authorization: Bearer $RUWANA_API_KEY" \
-H "Idempotency-Key: campaign-001" \
-F "prompt=Create a clean luxury product composition" \
-F "resolution=2K" \
-F "count=1" \
-F "references[]=@reference.jpg"Start with Creative, Product or Polish and use the same Platform wallet, API key and delivery contract across all three.