> For the complete documentation index, see [llms.txt](https://krosai.gitbook.io/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://krosai.gitbook.io/api/getting-started/introduction.md).

# Introduction

<figure><img src="/files/MiQJZww4JSTBCSdufRTA" alt=""><figcaption></figcaption></figure>

## What You’ll Learn <a href="#what-you-ll-learn" id="what-you-ll-learn"></a>

* **Core Features**: Explore KrosAI’s unique offerings, including translation accuracy, cultural nuances, and AI-driven automation
* **API Integration**: Step-by-step guidance to integrate KrosAI into your apps and workflows
* **Use Cases**: Discover how KrosAI transforms e-commerce, fintech, telecommunications, and beyond
* **Customization**: Learn how to tailor KrosAI to meet your specific needs

## Key Features <a href="#key-features" id="key-features"></a>

### Text Translation & Content Generation <a href="#text-translation-and-content-generation" id="text-translation-and-content-generation"></a>

Effortlessly translate English text into supported languages or generate tailored content in any language. [See supported languages](#supported-languages).

### Conversational AI <a href="#conversational-ai" id="conversational-ai"></a>

Engage in natural language chats, whether in English or low-resource languages, with seamless contextual understanding.

### Context-Aware Intelligence <a href="#context-aware-intelligence" id="context-aware-intelligence"></a>

Retain conversation history to ensure accurate and contextually relevant translations and responses.

### Simple API Integration <a href="#simple-api-integration" id="simple-api-integration"></a>

Integrate easily with our RESTful API, supported by detailed and developer-friendly documentation.

### Sentiment Analysis (Coming Soon) <a href="#sentiment-analysis-coming-soon" id="sentiment-analysis-coming-soon"></a>

Gain insights from multilingual data by understanding the sentiment behind text in different languages.

## Supported Languages <a href="#supported-languages" id="supported-languages"></a>

### African Languages <a href="#african-languages" id="african-languages"></a>

* Yoruba
* Hausa
* Igbo
* Swahili
* Pidgin English

### Asian Languages <a href="#asian-languages" id="asian-languages"></a>

* Bengali
* Tamil
* Tagalog

### Mainstream Languages <a href="#mainstream-languages" id="mainstream-languages"></a>

* English
* French
* Spanish
* Portuguese

## Quick Example <a href="#quick-example" id="quick-example"></a>

```
curl https://api.krosai.com/v1/completions \
  -H 'accept: application/json' \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "Translate to Yoruba: Hello, how are you?",
    "model": "KrosMLingual1.0.1"
  }'
```

## Ready to Begin? <a href="#ready-to-begin" id="ready-to-begin"></a>

1. [Create an account](https://platform.krosai.com/register)
2. Check out our [Quickstart Guide](/api/getting-started/quickstart-guide.md)
3. Explore the [API Reference](https://1333878142-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F21gftnCiw7titOG2TLj8%2Fuploads%2FpWIc4nKXNsym6waG9Htj%2Fapi%20reference?alt=media)

At KrosAI, we’re redefining the way businesses and developers interact with language AI. Built for seamless integration and scalability, KrosAI empowers you to break language barriers effortlessly, enabling more inclusive communication and exceptional customer experiences across diverse markets.

Our goal is to provide you with the tools and insights to make your integration with KrosAI seamless and successful. Let’s break language barriers together!
