AI search visibility progress report — Four Layers scoring (SXO/AIO/GEO/AEO), wh
AI search visibility progress report — Four Layers scoring (SXO/AIO/GEO/AEO), what's working, gaps, and your next 3 highest-impact actions. 1.50 USDC.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
266 msmedian answer time
$1.50listed price per call
$1.50price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://aeonos.basechainlabs.com/api/progress
| Category | Search and research |
|---|---|
| Provider host | aeonos.basechainlabs.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $1.50 | 266 ms |
Example input (from the provider)
{
"body": {
"caller_id": "my-agent-id",
"query": "Generate an AEO Four Layers progress report for mysite.com"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"caller_id": {
"description": "Optional agent or user ID for persistent memory.",
"type": "string"
},
"query": {
"description": "URL or business to report on. E.g. 'Generate a progress report for mysite.com'.",
"type": "string"
}
},
"required": [
"query"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"artifact": {
"type": "object"
},
"status": {
"type": "string"
},
"tokens": {
"type": "number"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}