Language Detection API

Detect the language of text across 187 languages (ISO 639-1).

Get your free key → Full API docs

Endpoints

Example

curl -X POST "https://api.sprytools.com/v1/language/api/v1/detect" \
  -H "x-api-key: YOUR_KEY" -H "content-type: application/json" \
  -d '{"text":"Bonjour tout le monde"}'

← All APIs