create_social_qr
Create a customizable QR code that links to multiple social media profiles. Scanning the short URL returns a JSON object with all platform links. Supports customization options like colors, dot style, and frame text.
Instructions
Create a QR code that links to social media profiles. When scanned via the short URL, returns a JSON object with all platform links. Provide at least one platform link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Facebook profile/page URL. | ||
| No | Instagram profile URL. | ||
| No | Twitter/X profile URL. | ||
| No | LinkedIn profile URL. | ||
| youtube | No | YouTube channel URL. | |
| tiktok | No | TikTok profile URL. | |
| github | No | GitHub profile URL. | |
| website | No | Personal/company website URL. | |
| label | No | Label for this QR code. | |
| format | No | Image format. | svg |
| foreground_color | No | Hex color for dots. | |
| background_color | No | Hex color for background. | |
| dot_style | No | Dot shape. | |
| corner_style | No | Corner shape. | |
| logo_url | No | Logo URL or data URI. | |
| frame_style | No | Frame style around QR. | |
| frame_text | No | CTA text on frame (max 30 chars). | |
| frame_color | No | Frame background color. | |
| frame_text_color | No | Frame text color. |