RESTful API

LAW360 API

Integrate legal translation directly into your applications and workflows. Build powerful legal-tech solutions with our production-ready API.

API Capabilities

Everything you need to build legal translation into your products and workflows.

Document Translation API

Translate full legal documents including contracts, court filings, and regulatory texts with jurisdiction-aware accuracy.

Terminology Lookup

Query our database of 50,000+ verified legal terms with bilingual definitions and jurisdiction-specific context.

Language Detection

Automatically detect source language and legal dialect, including Modern Standard Arabic and regional GCC variations.

Document Analysis

Extract key clauses, identify document type, and analyze legal terminology density before translation.

Batch Processing

Submit multiple documents for translation in a single request. Monitor progress with real-time status callbacks.

Webhook Notifications

Receive real-time notifications when translations are complete, reviewed, or require human attention.

Simple Integration

Get started with a single API call. Here is a sample translation request.

POST /api/v1/translate
curl -X POST https://api.law360.ai/v1/translate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "source_lang": "ar",
    "target_lang": "en",
    "document_type": "contract",
    "jurisdiction": "UAE",
    "content": "يلتزم الطرف الأول بتسليم العقار..."
  }'

// Response

{
  "status": "completed",
  "translation": "The first party commits to
    delivering the property...",
  "confidence": 0.97,
  "terminology_matches": 12,
  "jurisdiction": "UAE"
}

Rate Limits & Plans

Choose the plan that fits your integration needs.

Starter
Free
100 requests/day
  • Document Translation API
  • Terminology Lookup
  • Language Detection
  • Community support
Most Popular
Professional
$299/mo
5,000 requests/day
  • All Starter features
  • Batch Processing
  • Webhook Notifications
  • Document Analysis
  • Priority support
Enterprise
Custom
Unlimited requests/day
  • All Professional features
  • Dedicated infrastructure
  • Custom SLA
  • On-premise deployment
  • Dedicated account manager

SDKs & Libraries

Use our official SDKs to integrate faster, or call the REST API directly.

Python SDK
Available
Full-featured Python client with async support, type hints, and comprehensive documentation.
pip install law360
Node.js SDK
Available
TypeScript-native SDK with Promise-based API, streaming support, and built-in retry logic.
npm install @law360/sdk
REST API
Available
Language-agnostic RESTful API with OpenAPI 3.0 specification. Integrate from any platform or language.
curl https://api.law360.ai/v1/
Java SDK
Coming Soon
Enterprise-grade Java client with Spring Boot integration and comprehensive logging.

Start Building Today

Get your API key and start integrating legal translation into your applications in minutes.