Programmatic access to the AI readiness scanner. Analyze websites across 48 checks in 5 categories.
OpenAPI 3.0 Specification (JSON)
Start a new AI readiness scan.
curl -X POST https://scoreforai.com/api/scan \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'
Retrieve scan results by ID.
curl https://scoreforai.com/api/scan/abc123
| Field | Type | Description |
|---|---|---|
id | string | Unique scan identifier |
url | string | Scanned URL |
score | integer | Overall AI readiness score (0-100) |
categories | object | Score breakdown by category |
status | string | pending, scanning, complete, or error |
Free tier: 10 scans per hour per IP. Contact [email protected] for higher limits.