Abstract generative art — topographic lines
Abstract generative art composed of hundreds of parallel flowing lines that create a topographic map effect. The lines are thin and precise, drawn in varying shades of teal and coral against a deep navy background. Where the lines converge, they create the illusion of valleys and peaks in an imaginary terrain. The overall composition suggests a bird's-eye view of an alien landscape. Clean vector aesthetic with no texture or noise. Suitable for a large format print at 60x40 inches.
查看 API 代码
curl -X POST https://runapi.ai/api/v1/z_image/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "z-image",
"prompt": "Abstract generative art composed of hundreds of parallel flowing lines that create a topographic map effect. The lines are thin and precise, drawn in varying shades of teal and coral against a deep navy background. Where the lines converge, they create the illusion of valleys and peaks in an imaginary terrain. The overall composition suggests a bird's-eye view of an alien landscape. Clean vector aesthetic with no texture or noise. Suitable for a large format print at 60x40 inches."
}
JSON