Chromaflow
REST — NO AUTH — SVG RESPONSE

THE API

Send a GET request. Get an animated SVG. One endpoint, plain query parameters, no keys to manage.

GET /api/svg?text=Chromaflow&template=aurora-borealis&height=120
Live API response

RESPONSE — RENDERED LIVE BY THIS PAGE

01QUICK START

Four requests, four results

BASIC REQUEST
https://gradient-svg-generator.vercel.app/api/svg?text=Hello%20World&height=120
Rendered output for basic request

Text only. Every other parameter falls back to its default.

WITH A TEMPLATE
https://gradient-svg-generator.vercel.app/api/svg?text=AI%20Project&template=neural-network&height=150
Rendered output for with a template

Pass a template name to apply a curated color and motion set.

CUSTOM COLORS
https://gradient-svg-generator.vercel.app/api/svg?text=Custom&color0=ff0000&color1=00ff00&color2=0000ff&height=120
Rendered output for custom colors

Supply your own hex stops with color0, color1, color2.

ADVANCED — MULTI-STOP
https://gradient-svg-generator.vercel.app/api/svg?text=Rainbow&gradientType=spiral&color0=ff0000&color1=ff8000&color2=ffff00&color3=00ff00&color4=0000ff&duration=10s&height=180
Rendered output for advanced — multi-stop

Combine gradientType, five color stops, and a custom duration.

02PARAMETERS

Everything you can pass

NAMETYPEDEFAULTRANGE / VALUESDESCRIPTION
text
REQ
stringHello%20WorldThe text to display in the gradient.
heightnumber120150Height of the SVG in pixels (30–300).
templatestringneural-networkTemplate name from the gallery.
gradientTypestringhorizontalspiralType of gradient effect.
durationstring6s8sAnimation duration.
color0, color1, ...stringff0000Gradient colors in hex, without the leading hash.
03INTEGRATIONS

Drop it into your stack

![Project Header](https://gradient-svg-generator.vercel.app/api/svg?text=My%20Awesome%20Project&template=cyber-matrix&height=200)
04KEEP GOING

Pick a look, or build one