APIHub
Back to Explore

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.

Uncategorized
apiKeyHeader
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

2314ms p95

Uptime

87.5% 30d

Playground

Verified

live

Endpoints

REST · JSON
POST

/qrcode/phone

Telephone QR Code

POST

/qrcode/sms

SMS QR Code

POST

/qrcode/text

Text QR Code

POST

/qrcode/wifi

WiFi QR Code

POST

/qrcode/crypto

Cryptocurrency payment QR Code

POST

/qrcode/email

Email QR Code

POST

/qrcode/geo

Geolocation QR Code

POST

/batch/qrcode

QR Code Batch

GET

/images

List all images

POST

/images

Upload image

DELETE

/images/{id}

Delete image

  • id (path, required)
GET

/images/{id}

List image

  • id (path, required)
POST

/qrcode

Arbitrary data type QR Code

POST

/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