Detect the language of text. Returns the most likely language code and confidence score. Supports batch detection for multiple texts.
{
"data": {
"detections": [
[
{
"language": "<string>",
"confidence": 123,
"isReliable": true
}
]
]
}
}Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
{
"data": {
"detections": [
[
{
"language": "<string>",
"confidence": 123,
"isReliable": true
}
]
]
}
}