Platform

AEO Website Research-grade Content Content Factory About Audits Rankings Pricing

Resources

Knowledge Base Research Docs FAQ

API Reference

Get Score

Get cached AEO Site Rank for a domain. Used by AEORank Chrome extension.

GET/api/v1/score/[slug]

Public endpoint that returns the cached AEO Site Rank for a domain. No authentication required.

Example

bash
curl "https:">//audit.aeocontent.ai/api/v1/score/example-com"

Try it

Response

Returns the most recent score, verdict, per-engine scores, and taxonomy data for the domain.

200Score found
json
{
  class="code-string">"data": {
    class="code-string">"slug": class="code-string">"example-com",
    class="code-string">"domain": class="code-string">"example.com",
    class="code-string">"score": 72,
    class="code-string">"verdict": class="code-string">"Good AEO readiness with room for improvement.",
    class="code-string">"engines": {
      class="code-string">"chatgpt": 75,
      class="code-string">"claude": 68,
      class="code-string">"instant": 72
    },
    class="code-string">"sector": class="code-string">"saas-productivity",
    class="code-string">"category": class="code-string">"Project Management",
    class="code-string">"last_audit": class="code-string">"2026-03-15T10:30:00.000Z"
  }
}
200No audit found
json
{
  class="code-string">"data": null,
  class="code-string">"message": class="code-string">"No audit found. Use POST /api/v1/toolbar/check to request one."
}
This endpoint is public and requires no authentication. It returns cached data only - it does not trigger a new audit.