KrosAI Docs
DashboardGet Started
  • Getting Started
    • Introduction
    • Quickstart Guide
    • Authentication
  • OpenAI SDK Compatability
  • Endpoints
    • Completions API
      • Create Chat Completion
    • Translation API
    • Text Summarization API
    • Audio Transcription API
    • Sentiment Analysis API
  • AGENT
    • Agents API
      • Create Agent
      • List Agents
      • Get Agent
      • Update Agent
      • Delete Agent
      • Start Voice Session
    • Conversations API
      • Create Conversation
      • List Conversations
      • Get Conversation
      • Get Conversation Messages
    • Knowledge Base API
      • Create Knowledge Base
      • List Knowledge Base
      • Upload Document
      • List Document
  • Resources
    • AI Voice Agents
    • In-App Voice Assistants
    • Virtual Health Assistants
    • EdTech Language Tutors
  • SDKS
    • Node.JS SDK
    • React Native SDK
    • Flutter
Powered by GitBook
On this page
  • What You’ll Learn
  • Key Features
  • Text Translation & Content Generation
  • Conversational AI
  • Context-Aware Intelligence
  • Simple API Integration
  • Sentiment Analysis (Coming Soon)
  • Supported Languages
  • African Languages
  • Asian Languages
  • Mainstream Languages
  • Quick Example
  • Ready to Begin?
  1. Getting Started

Introduction

Welcome to the official KrosAI Documentation—your comprehensive guide to unlocking the full potential of KrosAI, the leading AI-powered multilingual model tailored for low-resource languages.

NextQuickstart Guide

Last updated 3 months ago

What You’ll Learn

  • 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

Text Translation & Content Generation

Conversational AI

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

Context-Aware Intelligence

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

Simple API Integration

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

Sentiment Analysis (Coming Soon)

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

Supported Languages

African Languages

  • Yoruba

  • Hausa

  • Igbo

  • Swahili

  • Pidgin English

Asian Languages

  • Bengali

  • Tamil

  • Tagalog

Mainstream Languages

  • English

  • French

  • Spanish

  • Portuguese

Quick Example

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?

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!

Effortlessly translate English text into supported languages or generate tailored content in any language. .

Check out our

Explore the

See supported languages
Create an account
Quickstart Guide
API Reference