Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://yys-sqr-render-bsbe.onrender.com/api/scan \ --header 'Content-Type: application/json' \ --data ' { "image": "<string>", "corners": [ [ 123 ] ] } '
{ "success": true, "message": "<string>" }
Scan an image for embedded watermarks using manual corner selection.
Base64-encoded image data
Four corner coordinates [[x1,y1], [x2,y2], [x3,y3], [x4,y4]]
4
2
Scan result