Fungenerators Qrcode
Connector for the fungenerators-qrcode API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.fungenerators.com - Auth:
header:X-Fungenerators-Api-Secret(pass your key via theapiKeyinput)
Operations
get_qrcode_business_card— GET /qrcode/business_card — Get a QR Code image for a business card aka VCARDget_qrcode_email— GET /qrcode/email — Get a QR Code image for an emailget_qrcode_phone— GET /qrcode/phone — Get a QR Code image for a phone numberget_qrcode_raw— GET /qrcode/raw — Get a QR Code image for a block of raw dataget_qrcode_skype— GET /qrcode/skype — Get a QR Code image for a skype userget_qrcode_sms— GET /qrcode/sms — Get a QR Code image for a Phone number for SMS messaging
Inputs
apiKey— your fungenerators-qrcode API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_qrcode_business_card
apiKey: <your key>