Requests this month
-
of - limit
Remaining
-
requests available
Current Plan
-

API Key

Loading...

Usage (Last 30 Days)

Quick Start

# Generate a QR code
curl "https://qrcodeapi.io/api/generate" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -G --data-urlencode "data=https://example.com" \
  -o qr.png