# APIs

{% hint style="info" %}
Allganize provides APIs of Named Entity Recognition, Text Classification, Sentiment Analysis, and Review Analysis for each dashboard.
{% endhint %}

## NER (Named Entity Recognition) API

&#x20;Named Entity Recognition(NER) extracts meaningful keywords (entities), such as people, organizations, locations, and other specific types of entities from text in natural language.

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

{% hint style="success" %}
Check out [NER API details](https://docs.allganize.ai/api_documentation/ner-api)
{% endhint %}

## Review Analysis API

The Review Analysis API converts users' natural language review data into measurable metrics such as product attributes and scores for each attribute. It allows brand owners or product sellers to understand how their customers feel without having to read every review individually.

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

{% hint style="success" %}
Check out [Review Analysis API details](https://docs.allganize.ai/api_documentation/review-conversion-api)
{% endhint %}

## Text Classification API

The Text Classification API identifies the user's intent and classifies text data into specific categories such as shipping, service inquiry, complaints, etc.

{% hint style="success" %}
Check out [Text Classification API details](https://docs.allganize.ai/api_documentation/text-classification-api)
{% endhint %}

## Sentiment Analysis API

The Sentiment Analysis API classifies customer feedback text into positive and negative sentiments to gain customer support insights.

{% hint style="info" %}
Check out [Sentiment Analysis API details](https://docs.allganize.ai/api_documentation/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/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.
