Skip to content

QR Code generator


Generates a QR Code

POST /api/images/qr-code
Terminal window
https://api.cookie-api.com/api/images/qr-code


{
"data": "content",
"style": "dots/standart", //optional
"border": "Border size of the QR Code", //optional
"center_image_url": "url" //optional
}

curl --location 'https://api.cookie-api.com/api/images/qr-code' \
--header 'Authorization: API_Key' \
--header 'Content-Type: application/json' \
--data '{"data": "https://www.cookie-api.com", "style": "dots","center_image_url": "https://letsenhance.io/static/8f5e523ee6b2479e26ecc91b9c25261e/1015f/MainAfter.jpsg", "border": "4"}'

Responses
{
"success": true,
"url": "https://images.cookie-api.com/qr-codes/2f4cea35-6a30-41c9-98c7-ba183d850812.png"
}