Send Hive feedback to help us improve our models

Form Data
string

Text feedback about the task, for example "False positive"

string

Upload URL for the media file. (Optional)

file

The raw image/video/audio file. (Optional)

HEADERS
string
required

Project API Token from hive customer dashboard. Prepend with 'token'

EXAMPLES


curl --request POST    \
     --url https://api.thehive.ai/api/v1/feedback_data \
     --header 'accept: application/json' \
     --header 'authorization: Token <token>' \
     --form 'url=https://s3.amazonaws.com/docs.thehive.ai/client_demo/moderation_image.png' \
     --form 'feedback=<task_id>, false positive'