QR Generator/Decoder API
QR Code Generator & Decoder API Overview: Our API offers seamless integration for generating and decoding QR codes. Whether you're looking to convert a URL into a scannable QR code or extract the URL from an existing QR code image, this API provides efficient solutions. ✅ Why Choose This API? Multiple Output Formats: Supports various image formats for QR codes. Ease of Integration: Simple GET…
QR Generator/Decoder API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Generate QR Code /generate/ |
Generate a QR Code (in Base64 format) based on your specified data return type and url. |
| POST |
Decode QR Code /decode |
Given a QR Code image (through base64 string), url will be decoded from it. |