Shisa Translation
Shisa Translation is a best-in-class Japanese-English translation API built on Shisa AI's proprietary large language models. Rather than the literal, phrase-by-phrase output of generic translation tools, it understands context, idioms, and cultural nuance to produce natural, accurate translations in both directions.
POST https://api.shisa.ai/translate/
Send the text and a source/target language pair as multipart/form-data and receive an OpenAI-style response with the translated text at choices[0].message.content. Translations are produced by the shisa-ai/chotto model and can be streamed token-by-token for real-time use.
Translation authenticates with a standard bearer token — Authorization: Bearer YOUR_API_KEY, the same header every Shisa service uses. See Authentication for details.
Why Shisa Translation
- Context-aware translation — the underlying LLM understands context, idioms, and cultural nuances for natural translations rather than literal word-for-word output.
- Lightning fast — low-latency processing with sub-second response times for interactive workloads.
- Enterprise security — your data is encrypted in transit and at rest, with SOC 2 compliance.
- Domain customization — fine-tune on your industry terminology and style for perfect brand alignment.
- Document preservation — maintains formatting, structure, and layout in translated documents.
- Real-time translation — stream translations for chat, live content, and interactive applications.
Use cases
- Content localization — translate marketing materials, product descriptions, and website content while maintaining brand voice and cultural relevance, across e-commerce product pages, marketing campaigns, blog and SEO content, and mobile app interfaces.
- Customer support — enable multilingual customer service with real-time translation for live chat, email support, knowledge base articles, and FAQ translations.
- Documentation & training — translate technical documentation, user manuals, training materials, and internal communications accurately.
Next steps
- Quickstart — make your first translation with curl, Python, or JavaScript.
- API reference — form fields, response fields, and the streaming format.
- Pricing — how translation usage is billed.