Integrate comprehensive website analysis into your applications. RESTful API with 9 analysis modules, real-time scanning, and detailed insights.
Design patterns, usability, and user experience evaluation
Core Web Vitals, page speed, and optimization insights
Search engine optimization and content structure review
Security headers, privacy compliance, and vulnerability checks
Sign up for a WebEvo account and generate your API key from the dashboard.
Create Accountcurl -X POST https://api.webevo.ai/v1/scan/queue \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"modules": ["all"]
}'
/v1/scan/queue
Queue a new website scan for comprehensive analysis across all 9 modules.
{
"url": "https://example.com",
"modules": ["all"] // or specific modules
}
/v1/scans/{jobId}/status
Check the status of a queued or running scan job.
{
"status": "completed",
"progress": 100,
"reportId": "rpt_123456789"
}
/v1/reports/{reportId}
Retrieve the complete analysis report with scores and recommendations.
Official JavaScript SDK for browser and Node.js applications
npm install @webevo/sdk
Python SDK for data analysis and automation workflows
pip install webevo-python
Additional SDKs for PHP, Ruby, Go, and more languages