Copyleaks API gives you access to a variety of plagiarism detection technologies to protect your online content. Get the most comprehensive plagiarism report for your content that is easy to use and integrate.
Project description
Copyleaks Python SDK
Copyleaks SDK is a simple framework that allows you to scan textual content for plagiarism and trace content distribution online, using the Copyleaks plagiarism checker cloud.
Detect plagiarism using Copyleaks SDK in:
- Online content and webpages
- Local and cloud files (see supported files)
- Free text
- OCR (Optical Character Recognition) - scanning pictures with textual content (see supported files)
Installation
Supported Python version: 3.
You have two ways to integrate with the Copyleaks SDK:
-
Recommended - Use the Python Package Manager - PiPy.
When integrating this way you will automatically be able to update the SDK to its latest version:pip3 install copyleaks
-
Download the code from this repository and add it to your project.
Register and Get Your API Key
To use the Copyleaks SDK you need to have a Copyleaks account. The registration to Copyleaks is free of charge and quick. Sign up and confirm your account to finalize your registration.
Now, generate your personal API key on your dashboard under 'API Access Credentials'.
For more information check out our API guide.
Examples
See the example.py file.
- To change the Identity server URI (default:"https://id.copyleaks.com"):
Copyleaks.set_identity_uri("your identity server uri");
- To change the API server URI (default:"https://api.copyleaks.com"):
Copyleaks.set_api_uri("your api server uri");
Dependencies
pip3 install requests pytz python-dateutil
Read More
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file copyleaks-4.2.0.tar.gz
.
File metadata
- Download URL: copyleaks-4.2.0.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9dfa61f9cb39cf38493d1b5b74249ce2c9694f4dcea4ec7152fd394788467aa |
|
MD5 | 2da13e20c2c901dba0a285efb2c503e3 |
|
BLAKE2b-256 | 77e1e3dbf7ca00e534d794e999adfb8efc88c9e35acd9c6c08a7fc502b79d336 |