AURA API
Last updated
Was this helpful?
Was this helpful?
{
...,
"results": {
"class": "safe",
"created_at": 1743103981.5979574,
"file_hash": "ed369187681a62247e38d930320f1cd771756d0b7b67072d8ec655ef99e14aeb",
"time_taken": 0.37021786579862237
},
...
}{
...,
{
"error": {
"error_message": "The message"
},
...
}curl -X POST https://ai.perkinsfund.org/api/latest{
...,
[
{
"class": "unknown",
"created_at": 1743103290.500192,
"error": {},
"file_hash": "008632ed4a903dbc95d7a0d042d77df9bf651f10a26a8d4557eb9d2533193ad1",
"time_taken": 0.0004930980503559113
},
{
"class": "unknown",
"created_at": 1743099196.4861066,
"error": {},
"file_hash": "f5f5ac913edc3fa09bc71ff99d6b84fa63c5987f9713fdb1d55f590ac283b263",
"time_taken": 0.000505556003190577
}
],
...
}{
...,
{
"error_message": {"error_message": "..."},
"results": []
},
...
}curl -XPOST -H "x-api-key: USER KEY" \
-H "content-type: application/json" \
--data '{"sha256":"USER SHA256 HASH"}' \
https://ai.perkinsfund.org/api/search{
...,
"results": {
"class": "safe",
"created_at": 1742832170.874544,
"error": {},
"file_hash": "975d2ab9067a1b21a46ce9d87e6ab589636d128fcba4f49e53392815ebc72d77",
"time_taken": 0.7284463751129806
},
...
}{
...,
"error": {
"error_message": "SHA256 hash did not pass heuristics check, is it a hash?" OR "invalid API key supplied"
},
...
}