Zephiel API

Translation

Free tier

Neural translation across 132 languages with glossaries.

4.712 reviewsby Meridian AI23k subscribers
translationlocalizationi18nglossarynmt

Starts at

$21/mo

Choose a plan

Create a free account to subscribe.

Latency
340ms
Uptime
99.97%
Endpoints
3

About this API

Document and string translation with automatic source detection, formality control, custom glossaries for brand terms, HTML and Markdown tag preservation, and batch endpoints tuned for localization pipelines.

Common use cases

App localization
Support chat translation
Catalog translation
Subtitle workflows

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/translation/translate" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "detected_source": "en",
  "target": "fr",
  "translations": [
    { "text": "Bienvenue sur la place de marche Zephiel." }
  ]
}

Related APIs in AI & Machine Learning