Audit text for AI-writing patterns
audit_textAudit text locally to detect AI-writing patterns. Get a score, up to 100 flagged patterns, and 100 highlighted sentence regions via a deterministic heuristic—no network calls or language models.
Instructions
Audit text locally with the deterministic Avoid AI Writing detector. Returns the score plus up to 100 flagged patterns and 100 highlighted sentence regions, with truncation counts. This is a heuristic writing audit, not proof of authorship; use score_text for a compact result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to evaluate locally. The text is not sent to any network service. | |
| context | No | Writing context. Technical mode suppresses patterns common in code-adjacent prose; defaults to general. | general |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| score | Yes | ||
| issues | Yes | ||
| context | Yes | ||
| scorable | Yes | ||
| truncated | Yes | ||
| confidence | Yes | ||
| highlights | Yes | ||
| statistics | Yes | ||
| word_count | Yes | ||
| issue_count | Yes | ||
| probabilities | Yes | ||
| classification | Yes | ||
| unscored_reason | Yes |