Skip to main content
GET
/
api
/
v1
/
classic
Classic QR
curl --request GET \
  --url https://qr.spoo.me/api/v1/classic
{
  "error": "<string>",
  "code": "<string>",
  "field": "<string>",
  "details": null
}

Query Parameters

content
string
required

Text or URL to encode

color
string
default:black

Fill color (hex, name, or RGB)

background
string
default:white

Background color

size
integer | null

Output size in pixels

Required range: 10 <= x <= 1000
style
enum<string>
default:rounded

Module drawing style

Available options:
rounded,
square,
circle,
gapped,
horizontal_bars,
vertical_bars
output
enum<string>
default:png

Output format

Available options:
png,
svg

Response

Successful Response