Free 50-point SEO + AEO audit — No signup →

API Reference

Integrate SEO Agent directly into your custom dashboards, BI tools, and automation pipelines.

GET/v1/targets

Retrieve a list of all configured domains in your organization.

Response Structure
{
  "data": [
    {
      "id": "site_123",
      "domain": "example.com",
      "status": "active"
    }
  ]
}
POST/v1/audits

Trigger a manual technical audit for a specific target.

Response Structure
{
  "audit_id": "aud_890",
  "status": "queued",
  "estimated_completion": "2m"
}
GET/v1/visibility

Fetch the latest AEO (AI Engine Optimization) scores.

Response Structure
{
  "perplexity": 85,
  "chatgpt": 92,
  "claude": 78
}