Summary
We're excited to announce the Translation API, the newest addition to the case.dev platform. With support for over 100 languages and specialized handling of legal terminology, the Translation API enables legal tech developers to build truly global applications.
The Challenge
Legal work increasingly crosses borders. International contracts, multi-jurisdictional disputes, and global compliance requirements mean legal teams need to work with documents in dozens of languages. But existing translation tools weren't built for legal:
- Generic translations miss legal nuances and terminology
- Manual translation is slow and expensive
- Multiple vendor integrations create complexity and security risks
The Solution
The case.dev Translation API solves these challenges with:
Neural Machine Translation
State-of-the-art neural models trained on legal corpora deliver accurate, context-aware translations that understand legal terminology.
100+ Languages
From major languages like Spanish, French, German, and Chinese to less common ones, we've got you covered for global legal operations.
Automatic Language Detection
Don't know the source language? Our API automatically detects it and translates to your target language.
Simple, Unified API
One endpoint, consistent pricing, enterprise security. No need to manage multiple translation vendors.
Quick Start
from casemark import CaseMark
client = CaseMark(api_key="case_sk_live_YOUR_KEY")
result = client.translate.translate(
text="This Agreement shall be governed by the laws of the State of Delaware.",
target_language="es"
)
print(result.translated_text)
# "Este Acuerdo se regirá por las leyes del Estado de Delaware."
Pricing
Translation is priced at 3 credits per 1,000 characters — simple and predictable. With our credit-based model, you only pay for what you use.
| Volume | Cost |
|---|---|
| 10,000 characters | 30 credits ($0.30) |
| 100,000 characters | 300 credits ($3.00) |
| 1,000,000 characters | 3,000 credits ($30.00) |
See It In Action
Check out our Multi-Language Processor demo app to see the Translation API working alongside OCR, LLM, and Vault services:
This open-source example shows how to:
- Upload documents in any language
- Automatically detect and translate content
- Perform semantic search across multilingual documents
- Generate summaries in your preferred language
Use Cases
International Contract Review
Automatically translate contracts from counterparties in different countries, enabling your team to review and negotiate without language barriers.
Global Discovery
Process discovery documents in multiple languages with automatic translation, making cross-border litigation manageable.
Compliance Documentation
Translate compliance policies and procedures for international offices while maintaining legal accuracy.
Client Communication
Generate client communications in their preferred language, improving service for international clients.
Integration Options
The Translation API integrates seamlessly with other case.dev services:
- Vault + Translation: Store documents and translate on retrieval
- OCR + Translation: Extract text from scanned documents and translate in one workflow
- LLM + Translation: Analyze documents in any language with AI
Get Started Today
The Translation API is available now for all case.dev users:
- Existing users: Start using
/translateendpoints immediately — no configuration needed - New users: Sign up for free and get 200 credits to try it out
Resources
- Translation API Documentation
- Multi-Language Processor Demo
- GitHub: Multi-Language Processor Source
- Pricing Details
Have questions? Contact us at support@casemark.com

