create_qrcode
Create and save a QR code to your qr-cow account with content type, data, colors, and static or dynamic options. The saved code is tracked and appears on your dashboard.
Instructions
Create and SAVE a QR code in the customer's qr-cow account (it appears on their dashboard and is tracked). Pick a content type and pass the content as a string. Static codes are unlimited on every plan; dynamic codes (editable + scan analytics) have a per-plan limit (the free plan includes a few). To just render a styled image without saving, use render_styled_qrcode instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name | |
| type | No | static | |
| content | Yes | The encoded content (e.g. the URL, the WIFI:T:WPA;… string, etc.). | |
| bg_color | No | Background hex, e.g. #FFFDF9 | |
| fg_color | No | Foreground hex, e.g. #1F2937 | |
| content_type | Yes |