Build with the QRWolf API
A REST API for QR code generation, management, and analytics. Create QR codes programmatically, query scan data, and receive webhook events in real time.
Full CRUD
Create, read, update, and delete QR codes programmatically. All 52 types available through the API.
Bulk Generation
Generate hundreds of QR codes in a single request. CSV upload, batch processing, and async job tracking.
Analytics API
Query scan data by date range, device, location, and more. Export analytics for custom reporting.
Webhook Events
Receive real-time notifications when QR codes are scanned. Account-level webhooks fire for all codes with one URL. HMAC-signed payloads with automatic retries.
API Keys
Generate and rotate API keys from your dashboard. Scoped permissions and usage tracking per key.
Rate Limits
Generous rate limits that scale with your plan. Business gets 1,000 req/min, Enterprise gets custom limits.
Quick Start
Create a QR Code
curl -X POST https://qrwolf.com/api/v1/qr-codes \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"type": "url",
"content": { "url": "https://example.com" },
"dynamic": true
}'Query Analytics
curl https://qrwolf.com/api/v1/qr-codes/abc123/analytics \
-H "Authorization: Bearer YOUR_API_KEY" \
-G -d "period=30d"API access starts at Business ($29/mo). Enterprise customers get custom rate limits and dedicated support.
Learn more: API Guide | Bulk API Guide
Business plan includes 1,000 API requests per minute.