Get the QR code of a link
get_link_qrFetch the QR code for an existing link, ready to print. Returns the artwork saved on the link when there is one (frames, colours and logo set in the ShareCut editor), otherwise renders a plain code for its short URL. Requires a ShareCut API key (Business plan).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | Yes | The link, given either as its short code (the part after sharecut.site/) or as the id returned when it was created. A full ShareCut URL is accepted too. | |
| color | No | Foreground hex colour for a plain code, e.g. #2563eb. | |
| style | No | Saved artwork if any (default), or force a plain black-and-white code. | |
| format | No | Also return a PNG data URL. Applies when a plain code is rendered. |