API Reference
Generate QR codes programmatically. Available on Pro and Business plans.
POST /api/v1/qr
Request Body
{
"type": "url",
"content": "https://example.com",
"style": {
"foregroundColor": "#000000",
"backgroundColor": "#FFFFFF",
"size": 256
}
}Authentication
Include your API key in the Authorization header: Bearer YOUR_API_KEY
Upgrade to Pro for API access with 10,000 requests per month.