Score for AI — API Documentation

Programmatic access to the AI readiness scanner. Analyze websites across 48 checks in 5 categories.

OpenAPI 3.0 Specification (JSON)

Endpoints

POST /api/scan

Start a new AI readiness scan.

curl -X POST https://scoreforai.com/api/scan \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com"}'

GET /api/scan/{id}

Retrieve scan results by ID.

curl https://scoreforai.com/api/scan/abc123

Response Format

FieldTypeDescription
idstringUnique scan identifier
urlstringScanned URL
scoreintegerOverall AI readiness score (0-100)
categoriesobjectScore breakdown by category
statusstringpending, scanning, complete, or error

Rate Limits

Free tier: 10 scans per hour per IP. Contact [email protected] for higher limits.

← Back to Score for AI