Hand-lettered coffee shop poster
A vintage-style coffee shop poster with hand-lettered typography reading 'FRESHLY ROASTED SINCE 1987'. The text is arranged in a decorative arch layout with ornamental flourishes and small coffee bean illustrations between lines. Warm cream paper texture background with dark brown ink and subtle rust-red accent color on the year. Style references classic American letterpress printing with slight ink bleed on the edges of each character. Dimensions suitable for an A3 wall print.
查看 API 代码
curl -X POST https://runapi.ai/api/v1/ideogram_v3/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "ideogram-v3-text-to-image",
"prompt": "A vintage-style coffee shop poster with hand-lettered typography reading 'FRESHLY ROASTED SINCE 1987'. The text is arranged in a decorative arch layout with ornamental flourishes and small coffee bean illustrations between lines. Warm cream paper texture background with dark brown ink and subtle rust-red accent color on the year. Style references classic American letterpress printing with slight ink bleed on the edges of each character. Dimensions suitable for an A3 wall print."
}
JSON