# Lang Detect Detect the language of the given text content. (Recommend for short text content) Endpoint: GET /text/nlp/langdetect Version: 2025-08-18T18:01:56Z Security: api_key ## Query parameters: - `algo` (string) The algorithm used to detect the source language - `text` (string, required) The text content with UTF-8 text representation Example: "Google Translate ist ein mehrsprachiger neuronaler maschineller Übersetzungsdienst, der von Google entwickelt wurde, um Texte, Dokumente und Websites von einer Sprache in eine andere zu übersetzen. Es bietet eine Website-Schnittstelle, eine mobile App für Android und iOS und eine API, die Entwicklern hilft, Browsererweiterungen und Softwareanwendungen zu erstellen." ## 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.label` (string) The two letter language code - `result.conf` (number) The confidence score of the predicted language label