Skip to content
FreeQR

FreeQR for AI agents

Any agent can generate a QR code from FreeQR with one unauthenticated GET request. It is free forever, there is no account, and there is no API key to request.

Setup

Shortest possible call

https://useqr.app/q/hello.png

With options

https://useqr.app/api/v1/qr?data=hello&size=1024&format=svg

Typed endpoint

https://useqr.app/api/v1/wifi?ssid=CafeGuest&password=espresso

Decode an image

curl -X POST --data-binary @qr.png https://useqr.app/api/v1/decode

Machine index

https://useqr.app/llms.txt

Full surface: /llms-full.txt · OpenAPI 3.1: /api/openapi.json

What you should know

Other surfaces

Full API reference: /developers. Machine index: /llms.txt.