Documentation Index
Fetch the complete documentation index at: https://docs.safetykit.com/llms.txt
Use this file to discover all available pages before exploring further.
Once you set up your webhook endpoint, you will receive a POST request each time a decision is successfully completed.
{
"event_type": "decision.completed",
"data": {
"decision_id": "example_01h2m7qdmdjckc30e1mnq6xqfd",
"decision_status": "SUCCESS",
"metadata": {},
"result": "violating",
"labels": [
{
"name": "Counerfeit brands",
"applied": true,
"explanation": "The product is stated to be a Burberry item, a well-known brand"
},
{
"name": "Illegal drugs",
"applied": false,
"explanation": "The product is a handbag, and does not contain any illegal drugs"
}
]
}
}