Updated April 2026 · Business plan only
The SAG Tool API lets you run programmatic SEO, AEO and GEO audits against any URL and receive full JSON results including scores, all 26 rule results, line numbers, and replacement HTML. Available on the Business plan.
Base URL: https://sagtool.com/api/v1 · Format: JSON · Auth: Bearer token
Your API key is in your
Business dashboard under API
Access. It looks like
sk-sag-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx. You can regenerate it at any time — regenerating immediately
invalidates the old key.
Include your API key in every request as a Bearer token in the Authorization header:
Audit a single URL. Returns full scores, all 26 rules, line numbers, and replacement HTML.
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | required | The URL to audit |
Audit multiple URLs in a single request. Returns summary scores for each URL. Maximum 50 URLs per request.
| Field | Type | Required | Description |
|---|---|---|---|
| urls | array | required | Array of URLs to audit (max 50) |