# Text Split Split the English text content into multiple sentences. Recommend for short text content. Endpoint: GET /text/transform/sentences Version: 2025-08-18T18:01:56Z Security: api_key ## Query parameters: - `lang` (string, required) The two letter language code Example: "en" - `text` (string, required) The text content with UTF-8 text representation Example: "I am going to the mall and I will be there for a while. Do you want something from Dr. Smith's office?" ## Response 200 fields (application/json): - `status` (object) response status - `status.success` (boolean) Response status - `status.code` (integer) Response status code - `result` (object) response body - `result.sentences` (array) A list of splitted sentences