v1

latestOpenAPI 3.0.12026-07-148869113.7 KB
Files

Files - Generate QR code

Generate a QR code image

post/GenerateQRCode

Request body

inputstring required

Text value(s) (vertical bar delimited by type)

payload'Plain Text (string)' | 'Bitcoin Payment (address|amount|label|message)' | 'Bookmark (url|title)' | 'Calendar Event (subject|description|location|start|end|allDayEvent['true' or 'false']|format ['universal' or 'iCal'])' | 'Geolocation (latitude|longitude)' | 'Mail (recipient|subject|message)' | 'Phone Number (string)' | 'SMS (number|message)' | 'URL (string)' | 'WiFi (ssid|password|authenticationMode ['WEP', 'WPA' or 'WPA2'])' required

Payload type

Example request

{
  "input": "someone@example.com|Test message|This is a test.",
  "payload": "Mail"
}

Response

OK