File Hash
Generates the double hash of a file.
This SHA-256 hash value serves as a unique and tamper-proof digital fingerprint for the file, providing a means of verifying its integrity and authenticity.
The hash value generated by the API can be compared to the hash value (you can obtain this value with the functions provided here) of the original file to ensure that the file has not been altered or corrupted. The hash value can also be used as a means of verifying the authenticity and provenance of the file over time, as any changes or modifications to the file will result in a different hash value.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Data needed for the file hash.
The body is of type object
.
Response
Successful file hash generation.
The response is of type object
.