Reference
QR Code Generator
Overview
Heavstal QR Engine generates high-quality QR codes for URLs, text, Wi-Fi configs, or vCards. The result is uploaded to cloud storage, returning a direct image link you can share or embed immediately.
Endpoint
POST /qrcode
Request Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| text | string | Required | The content to encode (URL, Text, etc.). |
| color | string | Optional | Dot color in Hex format (Default: #000000). |
| bg | string | Optional | Background color in Hex format (Default: #ffffff). |
Example Usage
javascript
Successful Response
json