GenMedia for Commerce
genmediavirtual-try-onvtoproduct-spincatalog-searchretail-mediaimage-gen
Generates retail/product media: Virtual Try-On images, 360 product-spin specs, and natural-language catalog search to source product images. Image assets are rendered for real via Imagen and returned as downloadable files; video assets remain spec-only. Human review gate before media is finalized.
Example input
{
"instruction": "Make a catwalk Virtual Try-On video of our model wearing the red summer dress, 16:9, 8 seconds.",
"task": "vto_video",
"model_image": {
"url": "https://storage.googleapis.com/quarktex-demo/models/model_fullbody_01.jpg",
"kind": "full_body",
"label": "Studio model, neutral pose, full body"
},
"product_images": [
{
"url": "https://storage.googleapis.com/quarktex-demo/catalog/red_summer_dress.jpg",
"kind": "garment",
"label": "Red summer dress, flat lay"
}
],
"params": { "aspect_ratio": "16:9", "duration_s": 8, "variations": 1 }
}
Example output
{
"status": "needs_input",
"stage": "review",
"deliverable_type": "genmedia_review",
"task": "vto_video",
"ask": {
"question": "Here's the generated Virtual Try-On catwalk video. Approve to publish it, or tell me what to change.",
"why": "Approving publishes the media for use; I won't publish without your go-ahead.",
"suggestions": ["Approve & publish", "Regenerate with changes", "Adjust the framing/params"]
},
"media_plan": {
"pipeline": "vto_video",
"framings": ["lower_body", "upper_body", "face"],
"canvas": "16:9",
"model_used": "https://storage.googleapis.com/quarktex-demo/models/model_fullbody_01.jpg",
"garment_used": "https://storage.googleapis.com/quarktex-demo/catalog/red_summer_dress.jpg",
"generation_model": "veo-3.1"
},
"generated_media": [
{
"asset_id": "vto_1",
"type": "video",
"role": "catwalk",
"description": "8s catwalk animation: the model walks toward camera wearing the red summer dress, studio lighting, 16:9.",
"preview_url": null,
"source_images": [
"https://storage.googleapis.com/quarktex-demo/models/model_fullbody_01.jpg",
"https://storage.googleapis.com/quarktex-demo/catalog/red_summer_dress.jpg"
],
"params": { "model": "veo-3.1", "aspect_ratio": "16:9", "duration_s": 8 }
}
],
"render_status": "spec_only",
"media_anchor": {
"task": "vto_video",
"instruction": "Catwalk VTO video, model in red summer dress, 16:9, 8s.",
"generated_media": [
{
"asset_id": "vto_1",
"type": "video",
"role": "catwalk",
"description": "8s catwalk in red summer dress, 16:9.",
"source_images": [
"https://storage.googleapis.com/quarktex-demo/models/model_fullbody_01.jpg",
"https://storage.googleapis.com/quarktex-demo/catalog/red_summer_dress.jpg"
]
}
],
"params": { "aspect_ratio": "16:9", "duration_s": 8 }
}
}