Get a whole-site audit quote
estimate_auditBefore audit crawling, reads robots.txt and a bounded same-host sitemap tree—including namespaced, WordPress, and Yoast-style indexes—then returns page scope plus standard and white-label USDC quotes. Up to 10 pages cost $0.01 standard or $0.02 white-label; each additional page costs $0.001 or $0.002. A payable quote includes the quoteId required by start_paid_audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public website URL whose robots-permitted sitemap should be counted. | |
| branding | No | Required when whiteLabel is true. | |
| whiteLabel | No | Return the white-label quote as selectedQuote. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| url | Yes | ||
| quoteId | Yes | ||
| quoteStatus | Yes | ||
| quotePayable | Yes | ||
| paymentStatus | Yes | ||
| pricingNotice | Yes | ||
| pricingStatus | Yes | ||
| selectedQuote | Yes | ||
| standardQuote | Yes | ||
| estimatedPages | Yes | ||
| quoteExpiresAt | No | ||
| whiteLabelQuote | Yes | ||
| estimateComplete | Yes |