IBM® is announcing the deprecation of the Watson® Language Translator service for IBM Cloud® in all regions. As of 10 June 2023, the Language Translator tile will be removed from the IBM Cloud Platform for new customers; only existing customers will be able to access the product. As of 10 June 2024, the service will reach its End of Support date. As of 10 December 2024, the service will be withdrawn entirely and will no longer be available to any customers.{: deprecated} IBM Watson™ Language Translator translates text from one language to another. The service offers multiple IBM-provided translation models that you can customize based on your unique terminology and language. Use Language Translator to take news from across the globe and present it in your language, communicate with your customers in their own language, and more.
| Method | Path | Summary |
|---|---|---|
| GET | /v3/languages | List supported languages |
| POST | /v3/translate | Translate |
| GET | /v3/identifiable_languages | List identifiable languages |
| POST | /v3/identify | Identify language |
| GET | /v3/models | List models |
| POST | /v3/models | Create model |
| DELETE | /v3/models/{model_id} | Delete model |
| GET | /v3/models/{model_id} | Get model details |
| GET | /v3/documents | List documents |
| POST | /v3/documents | Translate document |
| GET | /v3/documents/{document_id} | Get document status |
| DELETE | /v3/documents/{document_id} | Delete document |
| GET | /v3/documents/{document_id}/translated_document | Get translated document |