Basics

The Tinq.ai Plagiarism checker API enables you to incorporate our cutting-edge plagiarism checker into your workflow, allowing you to quickly assess the originality of new content instantly.

On the technical side, the API allows developers to construct scripts on your server that query the Tinq.ai Premium service and return JSON responses.

We have a web interface that you can use as well.

Common issues:

By default, we crawl each site where similarities occurs and display statistics about the similarities such as: words_matched (the number of words matched), location_words the number of words on the site and percent_similarity the percent similarity between your content and the content on the specific website.

However, in some rare instances, we are unable to crawl the site and instead of displaying these statistics, we return an url_error. This error tells you what went wrong.

{
  ...
  "locations": [
    ...
    {
      "url": "https:\/\/www.sas.com\/en_us\/insights\/analytics\/what-is-natural-language-processing-nlp.html",
      "title": "Natural Language Processing (NLP): What it is and why it matters ...",
      "snippet": "... When we write, we often misspell or abbreviate words, or omit punctuation. When we speak, ... Human language is astoundingly complex  and diverse. We express ourselves in infinite ways,  both verbally and in writing. ... Not only are there hundreds of languages and dialects, but ... within each language is  a unique set of grammar and syntax rules, terms and slang. When we write, we often misspell or abbreviate words, or omit punctuation. When we speak, we have regional  accents, and we mumble,  stutter and borrow terms from other languages.",
      "url_error": "Error: No response"

    },
    ...
  ],
  ...
}
Language
Authorization
OAuth2
Authenticate
Click Try It! to start a request and see the response here!