scorelab / OpenDF

Digital Forensics project
Apache License 2.0
57 stars 90 forks source link

API endpoint to take a File UUID and send the predictions as a JSON response #70

Closed agentmilindu closed 7 years ago

agentmilindu commented 7 years ago

This GET endpoint will expect a File UUID which leads to the file on the Disk and will send the prediction as a JSON.

File UUID can be provided as a query param like uuid.

agentmilindu commented 7 years ago

Fixed by #71