API Documentation

Thai Text Toxicity Classification

Classify the toxicity of any given text.

POST https://api.iapp.co.th/toxic-classification/predict

Predict the toxicity of any given text in Thai language

Query Parameters

NameTypeDescription

text*

String

Input Text in Thai language

Headers

NameTypeDescription

apikey*

String

API Key

Sample Request

curl --location --request POST 'https://api.iapp.co.th/toxic-classification/predict?text=' \
--header 'apikey: {YOUR API KEY}'

Sample Response

Postman Request Example

Last updated