Price Check
The Price-Check feature allows you to know the amount of credits you will need to complete your scan.
Receiving price quotes is done using this flow:
- Get a price quote prior to submitting the file for a scan.
- Scan batch of files - read more about this feature .
Analyzing Steps
The first task is to get the Copyleaks authentication token. You will need to add this token later on to your API requests in order to verify your identity. This task is being done through the Login method. Once you have this token, you are ready to continue forward to the next step.
Now you can submit the material for a scan with the following property: properties.action=1
(price check). This action means that Copyleaks will not proceed with the scan unless you approve the price-quote.
Now, you should wait for the CreditsChecked webhook . This webhook request will include the amount of credits you will need to complete the scan.
You can accept the price-quotes using the Start
method.

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