UnifyAPI
← Back to catalog

langbly.detect

mock data$0.001 / call

Detect Language

Detect the language of text — returns language code and confidence score. Supports batch detection (Langbly)

Educationprovider: Langbly#langbly#education

Input schema

textrequired

Text to detect language of — single string or array

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.