Spirify QR Code

Spirify QR Code

QR Code generator for text or URLs. It's a general-purpose tool that also enables QR code puzzle games with AI.

Name For Model
Spirify_model_qrcode
Update Date
a year ago
Description For Model
'Spirify_model_qrcode' creates QR codes from text/URLs and enables AI puzzle games.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1GetGET
2GenerateQrCodePOSTReceives plain text as input and generates a QR code. Returns a URL to the QR code in SVG format. Optionally, the foreground and background colors can be customized.
3GeneratePuzzleQrCodePOSTAccepts plain text (puzzle answer) as input and generates a QR code. The output is a URL to the SVG format QR code. This API is ideal for creating puzzle games where the answer is hidden in the QR code. To view the QR code, use the URL in markdown code like this: `![QR Code](<URL>)`