QR Code
POST /scan/qrRequest
Field
Required
Description
Example
curl -X POST "https://api.uwuapps.org/scan/qr" \
-F "[email protected]"Response (success)
{
"success": true,
"data": "https://uwuapps.org"
}Response (no QR code found)
{
"success": false,
"error": "No QR code found in the image."
}Notes
Generating QR codes
Last updated
Was this helpful?
