# Translation MARCIE translation operations ## A text translation service. - [POST /text/translate](https://marcie.redocly.app/openapi/text-generative-ai/paths/~1text~1translate/post.md): A text translation service supporting multiple translation engine. ## A classifier that measures the accuracy of the translated text. - [POST /text/translate/accuracy](https://marcie.redocly.app/openapi/text-generative-ai/paths/~1text~1translate~1accuracy/post.md): Given a text pair [text1, text2], the classifier outputs 't' if the translation is faithful and accurate, 'f' otherwise. ## A text translation service. - [POST /text/translate](https://marcie.redocly.app/openapi/text-transformers/paths/~1text~1translate/post.md): A text translation service supporting multiple translation engine. ## A text translation service. - [POST /text/translate](https://marcie.redocly.app/openapi/translation/paths/~1text~1translate/post.md): A text translation service supporting multiple translation engine. ## A classifier that measures the accuracy of the translated text. - [POST /text/translate/accuracy](https://marcie.redocly.app/openapi/translation/paths/~1text~1translate~1accuracy/post.md): Given a text pair [text1, text2], the classifier outputs 't' if the translation is faithful and accurate, 'f' otherwise.