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]"
Documentation Index
Fetch the complete documentation index at: https://docs.spoo.me/llms.txt
Use this file to discover all available pages before exploring further.
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