qrcodeQRCode Generator API

API to Generate Qr code with data and custom size.

QR Code Generation API

A QR Code Generating API creates QR codes from text, URLs, or other data. It offers customization options like size, color, and format, along with features like error correction, dynamic QR codes (content updates), and scan tracking. It's ideal for sharing information and enhancing user access in apps or marketing.

Base URL

https://santechapi.vercel.app

Authentication

headers : {
"token" : {YOUR API KEY}
}

Endpoint : /qrcode/{:q}

HTTP Method: Get

Example request

GET /qrcode/hello

Example Response

200

Error Handling

In case of an error, the API will respond with an appropriate HTTP status code and an error message in the response body.

400

Last updated

Was this helpful?