Skip to main content

Phrase Plug-and-Play “BYO” MT Engine API

Machine translation powered by Phrase allows the translation of content using a unique AI powered feature to pick the best available translation engine for that content. By implementing the following API it is possible to integrate custom machine translation engine directly into Phrase Language AI. A minimal plug-and-play machine translation engine API specification. It supports the following operations and features: For authentication either the OAuth client credentials flow or an API token can be leveraged. For the asynchronous endpoints please ensure thread safety and proper concurrency handling so that multiple request do not accidentally overwrite each other’s data.

Full API Schema

Explore the raw schema to see all endpoints in one place. Perfect for tools and integration setup.