Current Section
Getting Started
Use the menu button above to navigate between sections
QR Artistry API Documentation
Generate beautiful, customizable QR codes with our powerful REST API. Perfect for developers who need programmatic QR code generation.
Quick Start
Get your first QR code in 3 simple steps:
1
Get API keys from /api/keys endpoint
2
Make POST request to /api/qr/generate
3
Receive your QR code as data URL
Example Request
curl -X POST https://qrartistry.com/api/qr/generate \ -H "Content-Type: application/json" \ -H "x-api-key: your-api-key" \ -d '{ "contentType": "url", "content": "https://qrartistry.com", "options": { "size": 512, "theme": "gradient", "format": "dataurl" } }'
Secure & Reliable
API key authentication with rate limiting and comprehensive error handling.
High Performance
Fast QR code generation with multiple output formats and instant response.
Highly Customizable
10 content types, 10 themes, custom colors, and multiple export formats.