{"note":"OpenAPI conversion -- returning structured metadata","name":"fungenerators-com-qrcode","description":"Fun Generators API","version":"1.5","base_url":"https://api.fungenerators.com","endpoints":9,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Fun Generators API\n@base https://api.fungenerators.com\n@version 1.5\n@auth ApiKey X-Fungenerators-Api-Secret in header\n@endpoints 9\n@toc qrcode(9)\n\n@endpoint GET /qrcode/text\n@desc Get a QR Code image for a block of text\n@required {text: any # Text value}\n@optional {format: any # Output image format. Must be one of png/eps/raw/svg}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /qrcode/raw\n@desc Get a QR Code image for a block of raw data\n@required {rawtext: any # Raw Text value}\n@optional {format: any # Output image format. Must be one of png/eps/raw/svg}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /qrcode/url\n@desc Get a QR Code image for a url\n@required {url: any # URL value}\n@optional {format: any # Output image format. Must be one of png/raw/eps/svg}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /qrcode/phone\n@desc Get a QR Code image for a phone number\n@required {number: any # Phone Number}\n@optional {format: any # Output image format. Must be one of png/eps/raw/svg}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /qrcode/sms\n@desc Get a QR Code image for a Phone number for SMS messaging\n@required {number: any # Phone Number to SMS}\n@optional {format: any # Output image format. Must be one of png/eps/raw/svg}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /qrcode/skype\n@desc Get a QR Code image for a skype user\n@required {username: any # Skype User name}\n@optional {format: any # Output image format. Must be one of png/eps/raw/svg}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /qrcode/email\n@desc Get a QR Code image for an email\n@required {email: any # Email id to send the email to}\n@optional {subject: any # Subject of the email(optional), body: any # Body of the email(optional), format: any # Output image format. Must be one of png/png/eps/raw/svg}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /qrcode/business_card\n@desc Get a QR Code image for a business card aka VCARD\n@required {firstname: any # First Name, lastname: any # Last Name, email: any # Email id}\n@optional {middlename: any # Middle Name, company: any # Company Name, phone_work: any # Work Phone Number, phone_home: any # Home Phone Number, phone_cell: any # Cell Phone Number, street1: any # Street Address, street2: any # Street Address 2, city: any # City, zip: any # Zip Code, state: any # State, country: any # Country, format: any # Output image format. Must be one of png/eps/raw/svg}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint POST /qrcode/decode\n@desc Decode a QR Code image and return the cotents if successful\n@required {qrimage: any # QR Code image to decode and get the content value}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@end\n"}