Discussions
Firefox Extension
Any chance of the web extention being ported to firefox?
Posted by Bob Garyson 9 months ago
Web scrapers, robots.txt, and user-agent
Hello again,
Does The Hive honour robots.txt when scraping the web?
What user-agent string does The Hive's web scraper use?
Thanks!
Posted by Kevin Bowrin about 1 year ago
Logo Location Detection Unstable Output
Giving the same input files to the API via <https://api.thehive.ai/api/v2/task/sync>, the results came back sometime with label but sometimes without label. Missing label from 'classes'. Please help!
Posted by Eric Zhao about 1 year ago
How to Separate Actions Connected to Text Moderation Levels
For the auto-moderation feature and a singular text category that has three levels, is there a way to set Level 3 to automatic removals, but then set anything that lands in Level 1-2 to flag for human review? If so, how?
Posted by FXB3 about 1 year ago
Image copyright detection
Hi, we are interested in an image copyright detector. We've seen your Copyright search but it is only oriented to movies and video, isn't it? Do you have the same but for images? If so we're also interested in your API pricing.
Thank you in advance!
Posted by Alfonso Martinez-Larraz about 1 year ago
Stuck in progress report while using /v2/task/async
Hello Team, I have just created a project added some balance and trying to execute "<https://api.thehive.ai/api/v2/task/async>" is working fine but it always stuck in queue. Please Help me to come out.
Thanks,
Ronak Amlani
Posted by Ronak Amlani about 1 year ago
Reporting + alerting
Hi, is that possible to have data reporting like each month or the data are only available from the dashboard ?
Other question, is that possible to set alerts ? (ex : +500 comments within 10 minutes, or high percentage of hateful message)
Thx you
Posted by Candice Herve over 1 year ago
image upload API failing
Dear people,
How do you use the image upload in the visual content moderation API? I mean uploading the data, not publicly hosting it and uploading the URL.
I tried to generate a request via the API docs:
https://docs.thehive.ai/reference/post_v2-task-sync
I've downloaded the 1x1 pixel (https://en.wikipedia.org/wiki/File:1x1.png) and uploaded it via the option "media stream". This generates the following requests on the docs page:
----------
curl --request POST \
--url https://api.thehive.ai/api/v2/task/sync \
--header 'Authorization: Token {MY_API_TOKEN}' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"image": "data:image/png;name=1x1.png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQObYZgAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII="
}
'
----------
However, executing the request results in the following error:
----------
{
"return_code": 400,
"message": "Expected input to be an object, received: data:image/png;name=1x1.png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQObYZgAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII= - context: [\"image\"]"
}
----------
What is the proper way of using this image upload API? (And could you maybe fix the docs page?)
Thanks in advance!
Posted by Jan Kuipers over 1 year ago
localhost cross origin issue [CORS]
Is there a way that we can request from localhost?
Posted by Kevin Loquencio about 2 years ago
how to verify the POST-request(callback) comes from TheHive
My question related to this section: https://docs.thehive.ai/reference/submit-a-task-asynchronously
How can we verify that the request received to our callback endpoint is coming from the Hive?
Posted by Liliia about 2 years ago