Plagiarism
Winston AI’s plagiarism API is a powerful tool designed to check text for plagiarism by scouring the internet for similar content. It queries multiple websites and compares the input text with the content found on these websites. This can be particularly useful in academic settings, content creation, legal scenarios or any other situation where originality of content is required.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The text to be scanned. Each request must contain at least 16 words and no more than 20,000 words.
Response
This is a standard HTTP status code. A 200 status means the request was successful.
The results field is an array which contains one or more objects, each corresponding to a different website where matching content has been found. Each object includes the following fields:
The results_count field indicates the total number of matching websites found by the Plagiarism API.
The credits_used field represents the number of credits consumed for processing your request. Each word that is processed by the API consumes two credits.
The credits_remaining field shows how many credits you have left in your account after your request has been processed.