# Text Transformers MARCIE text transformers operations' request on provided content ## 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. ## Multilingual Text Translation (EXPERIMENTAL) - [POST /text/translation](https://marcie.redocly.app/openapi/text-generative-ai/paths/~1text~1translation/post.md): Perform text translation to and from any core languages. ## 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. ## Content Embeddings - [POST /text/transform/embeddings](https://marcie.redocly.app/openapi/text-transformers/paths/~1text~1transform~1embeddings/post.md): Rich content (Paragraphs, sentences, phrases) embedding representation. ## Text Split - [GET /text/transform/sentences](https://marcie.redocly.app/openapi/text-transformers/paths/~1text~1transform~1sentences/get.md): Split the English text content into multiple sentences. Recommend for short text content. ## Text Split - [POST /text/transform/sentences](https://marcie.redocly.app/openapi/text-transformers/paths/~1text~1transform~1sentences/post.md): Split the English text content into multiple sentences. Recommend for long text content. ## Multilingual Text Translation (EXPERIMENTAL) - [POST /text/translation](https://marcie.redocly.app/openapi/text-transformers/paths/~1text~1translation/post.md): Perform text translation to and from any core languages. ## 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.