Add seasonal decoration to storefront
Add festive winter holiday decorations to this storefront. Wrap warm white string lights around the window frame and door frame. Place a small evergreen wreath with a red ribbon on the door. Add a light dusting of snow on the window ledge and awning. Keep the existing signage and architecture completely unchanged. The additions should look naturally integrated with realistic lighting — the string lights should cast a soft warm glow on nearby surfaces.
View API Code
curl -X POST https://runapi.ai/api/v1/gpt_image_2/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "gpt-image-2",
"prompt": "Add festive winter holiday decorations to this storefront. Wrap warm white string lights around the window frame and door frame. Place a small evergreen wreath with a red ribbon on the door. Add a light dusting of snow on the window ledge and awning. Keep the existing signage and architecture completely unchanged. The additions should look naturally integrated with realistic lighting — the string lights should cast a soft warm glow on nearby surfaces."
}
JSON