API Reference
Integrate SEO Agent directly into your custom dashboards, BI tools, and automation pipelines.
GET
/v1/targetsRetrieve a list of all configured domains in your organization.
Response Structure
{
"data": [
{
"id": "site_123",
"domain": "example.com",
"status": "active"
}
]
}POST
/v1/auditsTrigger a manual technical audit for a specific target.
Response Structure
{
"audit_id": "aud_890",
"status": "queued",
"estimated_completion": "2m"
}GET
/v1/visibilityFetch the latest AEO (AI Engine Optimization) scores.
Response Structure
{
"perplexity": 85,
"chatgpt": 92,
"claude": 78
}