Check text against published web sources
check_source_overlapCheck whether text OVERLAPS text published on the public web — a plagiarism-style check: does this text appear elsewhere? was this copied? find the source of this text.
Provide the document ONE way: `text` (pasted prose), `url` (a public http(s) link —
fetched server-side; that page and its host are excluded from matches), OR `bytes_b64`
(a base64 PDF/.docx/text file, plus `filename` for routing).
Returns two evidence tiers, never mixed: `matches` are EXACT/near-verbatim overlaps
confirmed against the fetched source page — each carries the quoted text from both
sides, the source URL, and char spans for highlighting. `possible_paraphrases` are
model JUDGEMENTS (reworded overlap), clearly labelled, never quotes, and alone they
cap the overlap band at "low". `overlap_band` summarises: none | low | notable | high.
HONEST SCOPE: this searches the PUBLIC WEB within capped queries — it is not an
academic-database check, absence of matches is never an originality certificate, and
overlap says nothing about who published first or intent. Plagiarism is a judgement
this tool never makes. English-language prose only; non-prose and unsupported
languages abstain (`applicable: false`). Free within the weekly cap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| text | No | ||
| filename | No | document.pdf | |
| bytes_b64 | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||