Administrative toolsets, structural diagnostics, and automated verification suites.
Every tool (excluding the client-side QR Code Analyzer) exposes a RESTful API under ./api/.
Append ?info=true to a GET query to view endpoint schemas, or send an HTTP OPTIONS request for detailed usage header specifications.
Invoke-RestMethod -Uri "https://tools.lucasit.com/<toolname>/api/?info=true"
curl -s "https://tools.lucasit.com/<toolname>/api/?info=true"