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
| Parameter | Type | Required | Description |
|---|---|---|---|
| text | string | Yes | Teks atau URL yang ingin disimpan di dalam kode QR. |
| color | string | No | Warna utama kode QR (format Hex, default: #000000). |
Response Example
application/json200 OK
{
"status": true,
"result": "https://api.lcode.dev/storage/qr-code-generated.png"
}