SDKs for Developers
Integrate Excentia.ai into your app in minutes.
Use our official SDKs or REST APIs to add multilingual intelligence to your apps, websites, or chat systems — with just a few lines of code.
🐍
Python SDK
AvailableEasily integrate Excentia's API into Python-based apps and backends.
Install
pip install excentiaExample Usage
from excentia import Client
client = Client(api_key="YOUR_API_KEY")
response = client.detect("Ka haal ba?")
print(response.language)💻
JavaScript SDK
Coming SoonIntegrate Excentia into Node.js, React, or Next.js apps effortlessly.
Install
npm install excentiaExample Usage
import Excentia from "excentia";
const client = new Excentia("YOUR_API_KEY");
const res = await client.detect("Namaste duniya!");
console.log(res.language);⚙️
Other SDKs
PlannedWe're planning to support more languages and frameworks. Stay tuned for updates!
☕
Java
🍎
Swift (iOS)
⚙️
GoLang
🦀
Rust
Want to build an SDK?
We welcome community contributions! Create SDKs for your favorite language and help expand Excentia's reach.
View on GitHub© 2025 Excentia.ai – Simplifying language intelligence.