This application creates a QR Code for given text.
{
"text": "farukkaradeniz.com"
}
{
"text": "farukkaradeniz.com",
"color": "#1DA1F2",
"size": "LARGE",
"image": "/9j/4AAQ.../9k="
}
POST Request Payload
{
"text": "farukkaradeniz.com",
"color": "#FF0000",
"backgroundColor": "#00FF00",
"size": "MEDIUM",
"image": "BASE64 ENCODED IMAGE"
}
Field | Is Required | Available Inputs |
---|---|---|
text | Yes | Any (Max 3096 characters) |
color | No | #00ff00, #44aa32 etc. |
backgroundColor | No | #00ff00, #44aa32 etc. |
size | No | SMALL, MEDIUM, LARGE |
image | No | Base64 Encoded Image |