Public REST API
Free public endpoints for focused Technical Audit and AI Readiness checks. Wire them into apps, CI/CD pipelines, or AI assistants.
POST /api/tools/scan
// Run a PageLens check from CI
curl -X POST https://pagelens.ai/api/tools/scan \
-H "Content-Type: application/json" \
-d '{ "tool": "page-speed", "url": "https://example.com", "strategy": "mobile" }'This endpoint mirrors the network tools in the 43-tool suite. Public requests are rate-limited and currently do not require an API key. Use the individual tool pages for response shapes and examples.