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
These fields live under theseoAudit object in the response (alongside url and screenshot).
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
Batch of URLs to audit (alternative to url for Audit Selected). Requires teamId.
1Response
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.

