# Text Generative AI Text focused APIs utilizing generative large language models (LLMs) ## Moderates the content to ensure that the content text complies with our usage policies. - [GET /text/moderate](https://marcie.redocly.app/openapi/text-generative-ai/paths/~1text~1moderate/get.md): Validates the content text to ensure that it is not one of the following: sexual, hate, violence, self-harm, sexual/minors, hate/threatening, violence/graphic ## Moderates the content to ensure that the content text complies with our usage policies. - [POST /text/moderate](https://marcie.redocly.app/openapi/text-generative-ai/paths/~1text~1moderate/post.md): Validates the content text to ensure that it is not one of the following: sexual, hate, violence, self-harm, sexual/minors, hate/threatening, violence/graphic ## 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. ## PII-NER - [POST /text/nlp/pii/llm](https://marcie.redocly.app/openapi/text-generative-ai/paths/~1text~1nlp~1pii~1llm/post.md): Personally Identifiable Information (PII) Entity Recognition (ER) is an NLP task used to identify important named entities in the text such as people, places, organizations, date, or any other category. ## NER parse - [POST /text/nlp/ner/llm](https://marcie.redocly.app/openapi/text-generative-ai/paths/~1text~1nlp~1ner~1llm/post.md): Named Entity Recognition using LLM models. ## Sentiment classification - [POST /text/enrichment/sentiment/llm](https://marcie.redocly.app/openapi/text-generative-ai/paths/~1text~1enrichment~1sentiment~1llm/post.md): Multilingual sentiment classification using LLM models.. ## 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. ## Plain Language Rewrite (EXPERIMENTAL) - [POST /text/enrichment/plainlang/rewrite](https://marcie.redocly.app/openapi/text-generative-ai/paths/~1text~1enrichment~1plainlang~1rewrite/post.md): Rewrite the given text to be more easier to read and comprehend. ## Readability Rewrite (EXPERIMENTAL) - [POST /text/enrichment/readability/rewrite](https://marcie.redocly.app/openapi/text-generative-ai/paths/~1text~1enrichment~1readability~1rewrite/post.md): Rewrite the given text to be suitable for an 8th Grader. ## Text Summary (EXPERIMENTAL) - [POST /text/summary](https://marcie.redocly.app/openapi/text-generative-ai/paths/~1text~1summary/post.md): Perform text summarization. ## 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. ## Tone classification - [POST /text/enrichment/tone](https://marcie.redocly.app/openapi/text-generative-ai/paths/~1text~1enrichment~1tone/post.md): Multilingual tone classification using LLM models.. ## Sentiment Rewrite (EXPERIMENTAL) - [POST /text/enrichment/sentiment/rewrite](https://marcie.redocly.app/openapi/text-generative-ai/paths/~1text~1enrichment~1sentiment~1rewrite/post.md): Rewrite the original text to have a more positive sentiment. ## Text Summary (EXPERIMENTAL) - [POST /text/summary](https://marcie.redocly.app/openapi/text-summary/paths/~1text~1summary/post.md): Perform text summarization. ## PII-NER - [POST /text/nlp/pii/llm](https://marcie.redocly.app/openapi/natural-language-processing/paths/~1text~1nlp~1pii~1llm/post.md): Personally Identifiable Information (PII) Entity Recognition (ER) is an NLP task used to identify important named entities in the text such as people, places, organizations, date, or any other category. ## NER parse - [POST /text/nlp/ner/llm](https://marcie.redocly.app/openapi/natural-language-processing/paths/~1text~1nlp~1ner~1llm/post.md): Named Entity Recognition using LLM models. ## Sentiment classification - [POST /text/enrichment/sentiment/llm](https://marcie.redocly.app/openapi/enrichmentsclassification/paths/~1text~1enrichment~1sentiment~1llm/post.md): Multilingual sentiment classification using LLM models.. ## Plain Language Rewrite (EXPERIMENTAL) - [POST /text/enrichment/plainlang/rewrite](https://marcie.redocly.app/openapi/enrichmentsclassification/paths/~1text~1enrichment~1plainlang~1rewrite/post.md): Rewrite the given text to be more easier to read and comprehend. ## Readability Rewrite (EXPERIMENTAL) - [POST /text/enrichment/readability/rewrite](https://marcie.redocly.app/openapi/enrichmentsclassification/paths/~1text~1enrichment~1readability~1rewrite/post.md): Rewrite the given text to be suitable for an 8th Grader. ## Tone classification - [POST /text/enrichment/tone](https://marcie.redocly.app/openapi/enrichmentsclassification/paths/~1text~1enrichment~1tone/post.md): Multilingual tone classification using LLM models.. ## Sentiment Rewrite (EXPERIMENTAL) - [POST /text/enrichment/sentiment/rewrite](https://marcie.redocly.app/openapi/enrichmentsclassification/paths/~1text~1enrichment~1sentiment~1rewrite/post.md): Rewrite the original text to have a more positive sentiment. ## 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. ## 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. ## Moderates the content to ensure that the content text complies with our usage policies. - [GET /text/moderate](https://marcie.redocly.app/openapi/content-moderation/paths/~1text~1moderate/get.md): Validates the content text to ensure that it is not one of the following: sexual, hate, violence, self-harm, sexual/minors, hate/threatening, violence/graphic ## Moderates the content to ensure that the content text complies with our usage policies. - [POST /text/moderate](https://marcie.redocly.app/openapi/content-moderation/paths/~1text~1moderate/post.md): Validates the content text to ensure that it is not one of the following: sexual, hate, violence, self-harm, sexual/minors, hate/threatening, violence/graphic ## 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.