GET
/v3/downloads/{scanId}/report.pdf
This method allows you to get access to the report PDF which includes your scan results with complete details including the similarity score, sources found and matched text.
Testing purposes only!
This endpoint is for integration testing and verification only. Don't use this endpoint in the production environment.
For the production environment, use the Export method .
For the production environment, use the Export method .
Add this HTTP header to your request: You need to login with a user and api key in order to access this method.
Authorization: Bearer <Your-Login-Token>
Not sure how to generate your login token? Read here .
Request
Request Example
RAW
cURL
Python
C#
Node.js
PHP
GET
https://api.copyleaks.com/v3/downloads/{scanId}/report.pdf
Headers
Body
Response
Codes
Status Code
Description
Example
200
401
Other resources:
- Exponential Backoff - Algorithm that helps applications define a retry strategy for consuming a network service.

Do you have a technical question?
Use stackoverflow.com to get help from our development team and other Copyleaks users.