HeronTool offers a few free open endpoints, no API key required. Responses are JSON (hash) or data URL (QR).
Param: text (required, max 2000 chars). Returns a PNG data URL. Example: /api/qr?text=https://herontool.com
Params: text (required), algo (optional: MD5 / SHA1 / SHA256 / SHA512, default SHA256). Returns {"hash":"...","algo":"..."}. Example: /api/hash?text=hello&algo=SHA256
Please avoid high-frequency calls. Contact us for bulk usage.