Kembali ke API Catalog
GETREADY / ONLINEFREE

Custom QR Generator

Buat kode QR bergaya futuristik dengan warna gradasi, logo di tengah, dan modifikasi sudut border.

ENDPOINT:/api/util/qrcode

Endpoint Overview

MethodGET
Path/api/util/qrcode
AccessFree Tier / API Key
Total Usage830.100 requests

Parameters

ParameterTypeRequiredDescription
textstringYesTeks atau URL yang ingin disimpan di dalam kode QR.
colorstringNoWarna utama kode QR (format Hex, default: #000000).

Response Example

application/json200 OK
{
  "status": true,
  "result": "https://api.lcode.dev/storage/qr-code-generated.png"
}