# Detect language Detects the languages used in the provided text fragment and returns the breakdown by offsets. The request body should include: * (string) - the text fragment to analyze. * (string, optional) - a vertical bar-delimited list of language codes to use as cues. * (string, optional) - a regular expression for segmenting the fragment; by default, the fragment is not segmented. The response is a JSON structure containing , which provides a breakdown of language codes. Endpoint: POST /detectLanguage Version: 4.8.0.0 Security: Tisane-API-Key ## Header parameters: - `Content-Type` (string) Example: "application/json" ## Request fields (application/json): - `content` (string) The text fragment to analyze. - `languages` (string) A vertical bar-delimited list of language codes to use as cues. - `delimiter` (string) A regular expression for segmenting the fragment; by default, the fragment is not segmented