Same as GET, plus an optional logo image file to embed in the center.
Send the logo as a multipart file upload in the logo field:
curl -X POST "https://qr.spoo.me/api/v1/gradient" \
-F "content=https://example.com" \
-F "[email protected]"
Text or URL to encode
Gradient start color (hex, name, or RGB)
Gradient end color (hex, name, or RGB)
Background color
Output size in pixels
10 <= x <= 1000Module drawing style
rounded, square, circle, gapped, horizontal_bars, vertical_bars Gradient direction
vertical, horizontal, radial, square Logo image to embed (optional)
Successful Response