API Documentation
Great News! Plagiarism APIs are now avaialble for all users including free users.
Editpad.org Plagiarism API used to integrate content checking system with your website. You can built a realtime Plagiarism tool, just like our tool works. So can also rewrite articles fully or you can also check documents with API.
Each sentence checking consumes a query. If you are checking post content our system will also return how much number of queries used.
You can check Plagiarism for your content with editpad.org API. It's Easy and Fast
Plagiarism API for full article or a post content:
This method is used when you want to rewrite an article or post. Maximum words limit of checking content is 5,000 words via API
curl --locationhttps://staging.editpad.org/api/user/plagiarism
\ --header'Accept: application/json'
\ --header'Content-Type: application/json'
\ --header'Authorization:
\ --dataYOUR_KEY
''{ "text": "A paragraph to cehck the plagiarism. Lorem Ispusm doler.", "ignore_urls": [ "
https://www.domain.com/slug
", "https://domainname.com/page
" ] }'
{"error"
: false,"plagiarism_percent"
: 0,"unique_percent"
: 100,"total_sentence"
: 2,"plagiarized_sentence"
: 0,"unique_sentence"
: 2 }