LinQR
The LinQR API generates QR‑code images for many data types—phone numbers, SMS messages, plain text, Wi‑Fi credentials, cryptocurrency payment details, email, geographic coordinates, contact cards, and arbitrary payloads—and also supports batch QR‑code creation. In addition, it provides endpoints to list, retrieve, upload, and delete the resulting image files.
Latency
2314ms p95
Uptime
87.5% 30d
Playground
Verified
live
Endpoints
/qrcode/phone
Telephone QR Code
/qrcode/sms
SMS QR Code
/qrcode/text
Text QR Code
/qrcode/wifi
WiFi QR Code
/qrcode/crypto
Cryptocurrency payment QR Code
/qrcode/email
Email QR Code
/qrcode/geo
Geolocation QR Code
/batch/qrcode
QR Code Batch
/images
List all images
/images
Upload image
/images/{id}
Delete image
/images/{id}
List image
/qrcode
Arbitrary data type QR Code
/qrcode/contact
Contact QR Code
14 endpoints auto-detected
Authentication
This API uses an API key, passed in the "Byvalue-Token" header. No OAuth required.
curl -X POST \ "https://run.byvalue.org/qrcode/phone" \ -H "Byvalue-Token: YOUR_API_KEY"
run.byvalue.org · HTTPS only