# Text Split Split the English text content into multiple sentences. Recommend for long text content. Endpoint: POST /text/transform/sentences Version: 2025-08-18T18:01:56Z Security: api_key ## Request fields (application/json): - `text` (string, required) The text content with UTF-8 text representation - `lang` (string, required) The two letter language code (English only) Enum: "en", "EN" ## 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