Credits Checked
Copyleaks supports a price check operation. In some cases, you won’t know the exact length of your document, so using the price check will be helpful to understand how many credits are necessary. Copyleaks allows you to send your document and receive back the amount of credits that the system will require to complete a scan (1 credit = 250 words).
To proceed with scanning the document after checking the credits needed, you should call the Start method.
The current status of the scan. Possible values: 0 (Success), 1 (Error), 2 (CreditsChecked), 3 (Indexed)
The developer payload that was provided in the submit method.
<= 512
characters
The price of the scan. If you will continue scanning, this is the price you will pay.
scannedDocument object
General information about the scanned document.
The unique scan id provided by you.
Unsigned Integer
Total number of words found in the scanned text.
Unsigned Integer
Number of excluded words in the submitted content.
Overall credits used for the scan.
The creation time of the scan.
Timezone: UTC+0
metadata object
The submitted url after all http redirects.
Extracted canonical url from the scanned document.
Publication date of the scanned document.
Creation date of the scanned document.
Last modification date of the scanned document.
Scanned document author.
Scanned document organization.
Scanned document filename.
Example
Section titled “Example”{ "status": 2, "developerPayload": "Custom developer payload", "credits": 1}