B2B Developer API
Developer REST API Documentation
Integrate dynamic QR generation into your workflow. Pass custom colors, logos, and payload data to receive base64 PNGs or SVG vector responses.
Endpoint: Create QR Code
POST https://ezqr.app/api/v1/qr/create
Authentication Header
Authorization: Bearer YOUR_SECRET_API_KEY
Sample JSON Body
{
"type": "url",
"targetUrl": "https://ezqr.app",
"fgColor": "#4f46e5",
"bgColor": "#ffffff",
"frameText": "SCAN ME"
}