API Documentation

Sentimental Analysis API Documentation

Classify the sentiment of any given text.

POST https://api.iapp.co.th/sentimental-analysis/predict

Predict the sentiment of any given text in Thai language

Query Parameters

NameTypeDescription

text*

String

Input Text in Thai lanaguage

Headers

NameTypeDescription

apikey*

String

API Key

Sample Request

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

Sample Response

Postman Request Example

Last updated