Skip to content

API to generate dynamic QR code for URL / Link, Facilitating WiFi authentication, Sharing contact details, Sharing geographic location and Email communication.

License

Notifications You must be signed in to change notification settings

suriya-mca/qrcode-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator API

API to generate dynamic QR code for URL / Link, facilitating wifi authentication, sharing contact details, sharing geographic location and email communication.

Endpoints

  • POST /url_to_qr: Generate QR code for a URL.
  • POST /wifi_to_qr: Generate QR code for WiFi credentials.
  • POST /contact_to_qr: Generate QR code for contact information.
  • POST /geo_to_qr: Generate QR code for geographic location.
  • POST /email_to_qr: Generate QR code for an email.

Payloads Schema

/url_to_qr

{
    "url": "string"
}

/wifi_to_qr

{
    "wifi_name": "string",
    "wifi_password": "string"
}

/contact_to_qr

{
    "name": "string",
    "email": "string",
    "phone": "string",
    "city": "string",
    "org": "string",
    "title": "string",
    "url": "string"
}

/geo_to_qr

{
    "latitude": 0,
    "longitude": 0
}

/email_to_qr

{
    "to": "string",
    "subject": "string",
    "body": "string",
    "cc": "string"
}

About

API to generate dynamic QR code for URL / Link, Facilitating WiFi authentication, Sharing contact details, Sharing geographic location and Email communication.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •