v2
latestOpenAPI 3.0.12026-07-266846393.5 KBDocument, File & System
Get MD5 Hash of File by URL
Calculate and return MD5 hash of file by url. Commonly used to control if the source document has been changed or not because every little change will cause hash string to differ as well.
post/v1/file/hash
Request body
Response
Success.
Example response
{
"status": "success",
"message": "Success",
"url": "https://pdf-temp-files.s3.us-west-2.amazonaws.com/output.pdf",
"jobId": "6YSZD3U872ZYYFEDMQCQSGEEO8YSF5WA",
"credits": 2,
"remainingCredits": 1480582,
"duration": 33
}