Back to App

API Documentation

Home/Documentation/Overview

Documentation Home

Main navigation and overview

Quick Examples

# Basic Text QR Code
curl "https://qr.mylinkhub.top/api/qr?text=Hello%20World" -o qr.png

# WiFi QR Code
curl -X POST https://qr.mylinkhub.top/api/qr \
  -H "Content-Type: application/json" \
  -d '{"type": "wifi", "ssid": "Network", "password": "pass123"}' \
  -o wifi-qr.png

# Contact QR Code
curl -X POST https://qr.mylinkhub.top/api/qr \
  -H "Content-Type: application/json" \
  -d '{"type": "contact", "firstName": "John", "email": "john@example.com"}' \
  -o contact-qr.png

API Features

8 Data Types

Text, URL, WiFi, Email, Phone, SMS, Contact, Location

13 Professional Templates

Business, Personal, Creative, Minimal, Tech categories

Custom Patterns

Body and eye pattern customization

In this section

Loading documentation...