Trigger Deep Audit in cURL

Deep audits crawl up to hundreds of pages, building a complete site graph with PageRank scores, internal link heat maps, orphan page detection, and pSEO template analysis. Results include downloadable reports in JSON, Markdown, and HTML.

Endpoint

POST /api/v1/deep-audit

cURL Code

curl -X POST "https://seodiff.io/api/v1/deep-audit" \
  -H "Authorization: Bearer $SEODIFF_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com","max_pages":200,"depth":3}'

Example Response

{"id":"da_abc123","status":"crawling","status_url":"/api/v1/deep-audit/da_abc123","pages_crawled":0,"max_pages":200}
Authentication

All requests require an API key in the Authorization: Bearer header. Get your API key →

Same Endpoint, Other Languages

More cURL Examples

Evaluate pSEO Pages

Test programmatic pages against assertion rules. The core agentic evaluation endpoint.

Scan a Website

Enqueue a surface scan for diff detection and SEO regression identification.

Validate in CI/CD Pipeline

CI-friendly endpoint that blocks deployments when SEO regressions are detected.

Validate llms.txt File

Test your llms.txt file against the specification and get actionable fixes.

Google Search Console Data Sync

Pull GSC performance data into SEODiff for correlation with AI-readiness metrics.

Start testing in 30 seconds

Get an API key and run your first evaluation with a single cURL command.

Get API Key or Read full API docs