analyze_url
Submit a URL for AI-readiness analysis. Checks how well the site is structured for AI/LLM crawling (robots.txt, structured data, page speed, content quality, etc.). Returns scores and recommendations. Set wait_for_result=true to wait for completion (up to 60s). Pricing: Free for registered users (100/mo). Anonymous (x402): $0.001 USDC for analysis only; $0.006 USDC combined when enhance=true ($0.001 analyze + $0.005 enhance, charged as a single upfront payment so only one X-PAYMENT header is needed per request).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to analyze (must include http:// or https://). | |
| enhance | No | If true, automatically run LLM deep analysis after basic analysis completes. Anonymous users: combined $0.006 USDC ($0.001 analyze + $0.005 enhance) charged as a single upfront payment. Default: false. | |
| wait_for_result | No | If true (default), wait for the analysis to complete and return the full report. If false, return the job_id immediately. |