Input

SafeContext API - Determine whether user input is safe or not | Product Hunt

Ouput

Result: 

Level: 

NaN%

API

METHOD: "POST",
URI: "/api/3/generate"
HEADERS: {
 "Content-Type": "application/json",
 "Authorization": "Bearer SC_API_TOKEN"
},
BODY: {
 "context": "INPUT_STRING",
})

OUTPUT: {
 "status": 200 || 401,
 "version": 3.0,
 "result": "SAFE | SENSITIVE | DANGER || ERROR",
 "level": 0 | 0.5 | 1,
 "color": "#20c997 | #d6ac33 | #d63384",
 "lang": ["en"],
 "group": ["Unsubstantial"]
}