Vintage travel poster — Kyoto in spring
Vintage travel poster for Kyoto, Japan in the style of 1950s airline advertisements. A bold composition showing a vermillion torii gate framing a view of a pagoda surrounded by cherry blossom trees in full bloom. Soft pink petals scatter across the foreground. Mount Hiei is visible as a simple silhouette in the background. The text 'KYOTO' appears at the bottom in a retro sans-serif typeface with 'Japan' in smaller elegant script below. Limited color palette: vermillion red, cherry blossom pink, deep green, cream, and touches of gold. Flat color areas with subtle screen-print texture.
查看 API 代码
curl -X POST https://runapi.ai/api/v1/imagen_4/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "imagen-4-fast",
"prompt": "Vintage travel poster for Kyoto, Japan in the style of 1950s airline advertisements. A bold composition showing a vermillion torii gate framing a view of a pagoda surrounded by cherry blossom trees in full bloom. Soft pink petals scatter across the foreground. Mount Hiei is visible as a simple silhouette in the background. The text 'KYOTO' appears at the bottom in a retro sans-serif typeface with 'Japan' in smaller elegant script below. Limited color palette: vermillion red, cherry blossom pink, deep green, cream, and touches of gold. Flat color areas with subtle screen-print texture."
}
JSON