AURA
API BASE URL: https://ai.perkinsfund.org
https://ai.perkinsfund.orgFile Prediction Endpoint
Example request
curl -F"filename=@/path/to/file" https://ai.perkinsfund.org/api/predictExpected outputs
{
...,
"results": {
"class": "safe",
"created_at": 1743103981.5979574,
"file_hash": "ed369187681a62247e38d930320f1cd771756d0b7b67072d8ec655ef99e14aeb",
"time_taken": 0.37021786579862237
},
...
}Latest Scans Endpoint
Example request
Expected outputs
Search Scans Endpoint
Example request
Expected outputs
Last updated
Was this helpful?