# APIs

{% hint style="info" %}
Allganizeは、各ダッシュボードにNamed Entity Recognition(固有表現抽出)、Text Classification(テキスト分類)、Sentiment Analysis(感情分析)、Review Analysis(レビュー分析)のAPIを提供しています。
{% endhint %}

## Named Entity Recognition(固有表現抽出) API

&#x20;Named Entity Recognition(固有表現抽出)は、自然言語のテキストから人物、組織、場所、その他の特定の種類の概念など、重要なキーワードを抽出します。

![NER API Dashboard](/files/IlRWMdJqaU4zOqjf0t0J)

{% hint style="success" %}
詳細は[Named Entity Recognition APIを確認](https://docs.allganize.ai/api_documentation/v/ja-1/ner-api)してください。
{% endhint %}

## Review Analysis(レビュー分析) API

Review Analysis(レビュー分析) APIは、ユーザーの自然言語のレビューデータを製品属性や各属性のスコアなどの測定可能な指標に変換します。すべてのレビューを確認する必要がなく、顧客のフィードバックを取りまとめることができます。

![Sentiment Analysis API Dashboard](/files/xLdFqw9KgT2fCdIoxlxM)

{% hint style="success" %}
詳細は[Review Analysis APIを確認](<https://docs.allganize.ai/api_documentation/v/ja-1/review-conversion-api >)してください。&#x20;
{% endhint %}

##

## Text Classification(テキスト分類) API

Text Classification(テキスト分類) APIは、テキスト全体の意図を識別し、配送、サービスの問い合わせ、クレームなどの特定のカテゴリにテキストデータを分類します。

{% hint style="success" %}
詳細は[Text Classification APIを確認](https://docs.allganize.ai/api_documentation/v/ja-1/text-classification-api)してください。
{% endhint %}

## Sentiment Analysis(感情分析)API

Sentiment Analysis(感情分析) APIは、顧客のフィードバックテキストを肯定的な感情と否定的な感情に分類し、顧客サポートに関するインサイトを得ることができます。

{% hint style="info" %}
詳細は[Sentiment Analysis APIを確認](https://docs.allganize.ai/api_documentation/v/ja-1/sentiment-analysis-api)してください。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.allganize.ai/nlu-api-dashboard/1.1.0-jp/overview/apis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
