Your agent can't draw a QR code; this returns one as a PNG for any text or URL.
Sharing
Generates QR codes from URLs, text, WiFi credentials, contact cards, phone numbers, locations, and more. Returns a PNG image of the code, ready to embed or download.
You need a QR code someone can scan with a phone to open a link, join WiFi, save a contact, or read text.
Reading or decoding an existing code, generating barcodes, tracking scans, or branded color and logo styling.
information
Returns the QR code as a PNG image, inline. Encodes exactly the content given and does not track scans.
Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.
curl -X POST "https://skill.askfaro.com/skills/qr-code/run" \
-H "Authorization: Bearer $FARO_TOKEN" \
-H "Content-Type: application/json" \
-d '{"intent":{"prompt":"Make a QR code for https://example.com"}}'Example requests