API Reference
Toolbar Check
Queue an instant audit from the AEORank Chrome extension. Rate-limited by auth tier.
POST
/api/v1/toolbar/checkQueue an instant audit from the AEORank Chrome extension. Supports three-tier authentication: API key (unlimited), registered JWT (1/hour), or anonymous install ID (5 free audits).
Code Examples
curl (API key):
curl (anonymous install):
Try it
Response
A new audit job has been queued. Use the poll_url to check progress.
201Audit queued
When an anonymous user has exhausted their 5 free audits, returns the cached score with an upgrade prompt.
200Cached score (free audits exhausted)
401No auth provided
Three auth tiers:
Authorization: Bearer <key> for unlimited audits, X-Auth-Token for registered users (1/hour), or X-Install-Id for anonymous installs (5 free audits).