inspect_url
Diagnose why a public URL reads poorly. Returns fetch, extraction, quality, and trace diagnostics without the full text.
Instructions
Diagnose why a public URL reads poorly. Returns fetch, extraction, quality, and trace diagnostics without returning the full clean_text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| bypass_cache | No | ||
| auth_strategy | No | anonymous | |
| fetch_strategy | No | auto | |
| html_preview_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| error | No | ||
| title | No | ||
| trace | No | ||
| domain | No | ||
| quality | No | ||
| success | Yes | ||
| final_url | No | ||
| fetched_at | No | ||
| html_length | No | ||
| status_code | No | ||
| text_length | No | ||
| content_type | No | ||
| html_preview | No | ||
| normalized_url | No | ||
| schema_version | No | pyaireader.inspect_result.v1 | |
| raw_bytes_length | No |