← Back to catalog
langbly.detect
mock data$0.001 / callDetect Language
Detect the language of text — returns language code and confidence score. Supports batch detection (Langbly)
Input schema
textrequired
stringText to detect language of — single string or array
Call via REST
curl -X POST https://unifyapi.pro/api/call/langbly.detect \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"text":"<text>"}'