
Translate Meaning Across Nineteen Languages
Translate text and transcripts, or add live translation to recorded and streaming speech workflows.
Direct and pivoted translation pathways
Supported African and global languages
Text, audio transcripts, and live speech
See translation in action
Za mu aika da rahoton ƙarshe gobe da safe.
We will send the final report tomorrow morning.
Built for meaning across languages.
Use the same translation engine across customer service, media production, and field operations.
Resolve tickets in the customer's preferred native language.
Ina buƙatar taimako game da asusun ajiya na.
I need assistance with my savings account.
19 languages. 342 translation pathways.
Translate text between any two supported languages, or connect speech recognition into translation.
Speech sources
10 languages- Arabic
- English
- French
- Hausa
- Igbo
- Kinyarwanda
- Swahili
- Twi
- Yoruba
- Zulu
Text translation targets
19 languages- Afrikaans
- Amharic
- Arabic
- English
- French
- German
- Hausa
- Igbo
- isiXhosa
- Italian
- Kinyarwanda
- Sesotho
- Setswana
- Shona
- Spanish
- Swahili
- Twi
- Yoruba
- Zulu
Compact integration across text and speech.
Translate short phrases, submit long-form transcripts, or stream translations over WebSocket.
const response = await fetch("https://api.orbitalsai.com/api/v1/translation/translate", {
method: "POST",
headers: {
"Authorization": `Bearer ${apiKey}`,
"Content-Type": "application/json"
},
body: JSON.stringify({
text: "Za mu aika da rahoton gobe.",
source_language: "Hausa",
target_language: "English",
domain: "customer support"
})
});
const result = await response.json();
console.log(result.translated_text);Synchronous endpoints return full translations in under 500ms for conversational text.

Product updates
Receive release notes, product news, and practical guides.
By providing your email address, you consent to receiving our monthly newsletter. For more details, please review our privacy policy. You may withdraw your consent at any time.