# Readability Rewrite (EXPERIMENTAL) Rewrite the given text to be suitable for an 8th Grader. Endpoint: POST /text/enrichment/readability/rewrite Version: 2025-08-18T18:01:56Z Security: api_key ## Request fields (application/json): - `text` (string, required) The text content with UTF-8 text representation - `ishtml` (boolean) A boolean flag that should be set to true if text is in HTML markup. - `target` (string, required) The target grade level. Enum: "5", "6", "7", "8-9", "10-12", "college student", "college graduate" - `random` (number) Controls the amount of randomness in the generated text. Lowering this will result in the output to be more deterministic. - `model` (string) The generative model to use. Enum: "gpt4-o", "gpt4-o-mini", "gpt4", "gpt4-t", "o1", "o1-mini"