Build your apps smarter
yet simpler.
API that embraces the power of AI to provide a better way to
build your apps smarter and faster.
chatbot.json
1
2
3
4
5
2
3
4
5
{
"input": "hello",
"reply": "Hello Human.",
"status": 200
}
"input": "hello",
"reply": "Hello Human.",
"status": 200
}
toxicity.json
1
2
3
4
5
6
2
3
4
5
6
{
"text": "idiot",
"toxic": true,
"categories": [...],
"status": 200
}
"text": "idiot",
"toxic": true,
"categories": [...],
"status": 200
}