POST
Login to the Copyleaks API using your email and API key. Once logged in, you will get back a login token that will be used to authenticate yourself when calling the other API methods. After generating the login-token, you should attach the token for your next calls. Attaching the endpoint is done by adding this header to your calls:
A generated token is valid for 48 hours. Within this period of time, you can use it multiple times. Before attaching the Authorization header for your next endpoint calls, make sure that the token has not expired. If it expired, generate a new one.
The Copyleaks API token should be treated as a password. Attackers, who can gain access to this token, can access your private information and modify it.
12 requests per account/15 minutesIf you exceed the API limit, authentication will be blocked for 5 minutes (Rate Limit Exceeded HTTP 429 - Too Many Requests).

Request

Headers

Body

email
string
required
Your Copyleaks account email address
key
string
required
Your Copyleaks account API key (UUID format)

Responses

200 OK - The command was executed successfully.