Website Audit
Run a full SEO audit on any website and get a detailed health report.
GET for this endpoint — both methods work the same way.
Key fields explained
| Field | What It Tells You |
|---|---|
overallScore | Your website’s SEO health score out of 100 |
totalTests / passedTests | How many checks were run and how many your site passed |
categoryScores | Scores broken down by area — SEO issues, security, mobile, and advanced SEO |
timestamp | When the audit was run |
results | Detailed findings for each check, including whether it passed and specific data (e.g., missing image alt tags, meta title length) |
results (heading tags, social media tags, robots.txt, sitemap, etc.). Each check includes a passed field and specific details about what was found.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
URL to audit (https:// prefixed automatically)
Team ID (required for async multiple mode)
Audit mode: single page or deep multi-page crawl
single, multiple Enable async background processing (multiple mode only)
true, false HTML tags to include during crawl
HTML tags to exclude during crawl
Response
Union of single-page, preview, async multiple, and sync multiple shapes. additionalProperties is required so fast-json-stringify does not strip nested audit fields.
Union of single-page, preview, async multiple, and sync multiple shapes. additionalProperties is required so fast-json-stringify does not strip nested audit fields.

