Double exposure — forest and wolf
Artistic double exposure photograph merging the silhouette of a howling wolf with a dense boreal forest scene. The wolf's body is filled with tall pine trees, snow-covered ground, and a faint aurora borealis in greens and purples visible through the canopy. The wolf's outline is crisp and defined against a clean white background. The trees inside the silhouette grow denser toward the wolf's chest and fade to open sky near the head. Monochromatic except for the aurora accent. Fine art print style with high contrast.
View API Code
curl -X POST https://runapi.ai/api/v1/nano_banana/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "nano-banana-2",
"prompt": "Artistic double exposure photograph merging the silhouette of a howling wolf with a dense boreal forest scene. The wolf's body is filled with tall pine trees, snow-covered ground, and a faint aurora borealis in greens and purples visible through the canopy. The wolf's outline is crisp and defined against a clean white background. The trees inside the silhouette grow denser toward the wolf's chest and fade to open sky near the head. Monochromatic except for the aurora accent. Fine art print style with high contrast."
}
JSON