Uncover it - Documentation
APIManual

Check if a file already exists

Step one: Initialize a new websocket connection

Endpoint: wss://api.uncoverit.org/websocket?hash=${hash}&apikey=${apiKey}

hash must be a SHA-256 hash string

Step two: Listen for messages

If the message returned is STATUS:UPLOAD_REQUIRED, you can procede to upload the file. Otherwise, the file has been analyzed and the report is ready to be fetched.

On this page