LLM Detection
Check whether a comment was written by a human or an AI. Uses a hybrid approach: deterministic word frequency analysis plus LLM-powered structural pattern detection.
Returns a likelihood score (0.0 = human, 1.0 = AI) with specific signals that contributed to the assessment.
| Header Parameters |
|---|
X-User-Email email — REQUIREDAccount email address, for authentication |
X-API-Key string — REQUIREDAPI key owned by the user (email), for authentication |
| Request Body — REQUIRED |
|---|
comment string — REQUIREDThe comment text to analyse. |
| Responses | ||||||||
|---|---|---|---|---|---|---|---|---|
200LLM detection result
|