Tools

QR Code Generator

Generate QR codes from text or URLs.

GET /v1/tools/qr

https://api.cludz.net/v1/tools/qr

Generate a QR code image (PNG).

Query Parameters:

ParameterRequiredDescriptionType
textYesThe text or URL to encode.string

Example

curl "https://api.cludz.net/v1/tools/qr?text=Hello%20World" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  --output qr.png

Response

Returns a image/png file directly.

Built with 💖 by Miza • © 2026 - Powered by Nuxt