QR Fast API Documentation

Create and manage dynamic QR codes programmatically

Quick Start

curl -X POST https://qrfa.st/api/v1/qrcode \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"targetUrl": "https://example.com"}'