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/classic" \
-F "content=https://example.com" \
-F "[email protected]"
Text or URL to encode
Fill color (hex, name, or RGB)
Background color
Output size in pixels
10 <= x <= 1000Module drawing style
rounded, square, circle, gapped, horizontal_bars, vertical_bars Output format
png, svg Logo image to embed (optional)
Successful Response