Minimal tech startup logo
A clean, modern logo for a SaaS company called 'Flowline'. The design features a stylized letter F composed of three horizontal parallel lines that gradually curve upward to the right, suggesting flow and progress. Flat vector style, deep navy blue on a pure white background. No gradients, no shadows. The lettermark should feel geometric and precise, suitable for a favicon at 32px and a header logo at 200px wide.
View API Code
curl -X POST https://runapi.ai/api/v1/flux_kontext/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "flux-kontext-pro",
"prompt": "A clean, modern logo for a SaaS company called 'Flowline'. The design features a stylized letter F composed of three horizontal parallel lines that gradually curve upward to the right, suggesting flow and progress. Flat vector style, deep navy blue on a pure white background. No gradients, no shadows. The lettermark should feel geometric and precise, suitable for a favicon at 32px and a header logo at 200px wide."
}
JSON