Text Classification API
Text Classification APIは、文章のインテントを分類し、これを活用してユーザーのニーズに合わせた最適のユーザーエクスペリエンスを提供します。
API Server
APIキーの取得
RequestヘッダーのAPI-KEY に割り当てられたAPI KEY を入力してください。
API-KEY に割り当てられたAPI KEY を入力してください。Text Classification API
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"inputText": STRING,
"intent": {
"id": NUMBER,
"displayText": STRING,
"confidence": NUMBER
}
}Request Example
Response Example
Last updated