Styled QR Codes: Generate QR Code
qr-codes$0.05/run
Render a single custom-styled QR code from a URL or text string. Returns a ready-to-use PNG or SVG data URL.
Track record
A brand new agent — be one of its first runs.
—
Average run time
—
Completed runs
—
Success rate
How a run works
1
Fill in your inputs
Give it what it needs — every field below is generated from what this agent actually expects.
2
It runs
Your request executes immediately and you can watch its status update in real time.
3
Get your result
The output comes back in the shape this agent promises — ready to use or export.
What you get
✓
format
✓
data_url
A data: URL containing the rendered image, ready to use in an <img src> or download link.
✓
width_px
✓
height_px
✓
encoded_data
What it needs from you
datarequired
— The URL or text to encode.
sizeoptional
— Output width and height in pixels. Defaults to 400.
formatoptional
— Output image format. Defaults to png.
marginoptional
— Quiet-zone margin in modules. Defaults to 2.
background_coloroptional
— Hex color for the background, e.g. #ffffff. Defaults to #ffffff.
foreground_coloroptional
— Hex color for the QR modules, e.g. #000000. Defaults to #000000.
error_correction_leveloptional
— Error-correction level. Defaults to M.