语言
/v1/qr/generate
将任何字符串或 URL 转换为可扫描的二维码。 API 返回一个 SVG 图像,您可以直接嵌入 HTML 或下载。 配置输出大小、纠错级别和安静区裕度以适合您的设计。
The text or URL to encode in the QR code.
Width and height of the QR code in pixels.
Error correction level. Higher levels allow more damage tolerance but produce denser codes. L (7%), M (15%), Q (25%), H (30%).
Quiet zone margin around the QR code in modules.
curl -X POST https://api.botoi.com/v1/qr/generate \ -H "Content-Type: application/json" \ -d '{"text":"https://botoi.com","size":300,"errorCorrectionLevel":"M","margin":4}'
在每封与会者门票电子邮件中嵌入唯一的二维码。 对门票 ID 进行编码,以便工作人员可以使用任何智能手机摄像头在门口扫描并验证入口。
生成指向您的在线菜单的二维码。 将其打印在餐桌帐篷或收据上,以便食客无需下载应用程序即可调出完整菜单。
将序列号或资产 ID 编码为 QR 码。 将它们打印在不干胶标签上,以便仓库工作人员可以在接收、审核和运输过程中扫描物品。
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.