Developer API
Build with SpeedAudit AI
Our enterprise-grade API allows you to automate performance audits and AI suggestions at any scale.
Quick Start
Send a POST request to our `/v1/audit` endpoint with the URL you want to analyze.
curl -X POST https://api.speedaudit.ai/v1/audit \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"device": "mobile",
"ai_suggestions": true
}'