Skip to main content
POST
Plagiarism Detection

POST /

Check text for potential plagiarism by comparing it against a vast database of online content.

Request

text
string
required
The input text to check for plagiarism.

Response

text
string
The input text that was checked.
plagiarism_detected
boolean
Whether plagiarism was detected in the text.
plagiarized_content
array
A list of detected plagiarized content, including source URLs and matched text.
total_sentences
integer
Total number of sentences in the input text.
plagiarized_sentences
integer
Number of sentences that were detected as plagiarized.
percent_plagiarized
float
of the text that was detected as plagiarized.

Example

Example Response