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
Body
Your Copyleaks account email address
Your Copyleaks account API key (UUID format)
Responses
200 OK - The command was executed successfully.
400 Bad Request - Invalid request format or missing required fields
401 Unauthorized - Invalid email or API key
429 Too Many Requests - Rate limit exceeded (blocked for 5 minutes)