Create Custom QR Code (Colorful)
Use the below API endpoint to create QR codes. Follow the sample input given below.
Important
Every request to the API endpoints must have a valid API key for authorization.
Endpoint
Create QR Code
POST https://api.dearqr.com/v1/create
Request
🔐Authorization
Type: Bearer Token
Token: EIZyhtgdUP8jgiH0IXuZk1N9oLSycg75VltLP3z1xIShXBDLZ6Guso3OtK87
- Get your API Key here
Body
Type: application/json
{
"data": "https://www.dearqr.com",
"size": "16",
"format": "BASE64",
"logo": "https://www.dearqr.com/assets/qr-images/yt_icon_rgb.png"
}