x402node Language Detection API is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).
Detects the language of input text using Unicode script analysis and stopword matching, returning the identified language and a confidence score
Detect the language of input text from Unicode script and stopword analysis with a confidence score, covers Chinese, Japanese, Korean, Cyrillic, Arabic, Hebrew, Greek, Thai and major Latin languages. language detection, detect language, language identifier, what language is this text Accepts payment on Base or Solana — either network works.
Returns the detected language name and/or ISO language code along with a confidence score indicating how certain the model is about the identification, covering Chinese, Japanese, Korean, Cyrillic, Arabic, Hebrew, Greek, Thai and major Latin-script languages
GEThttps://api.x402node.dev/text/languageUse this endpoint when you need fast, lightweight language identification from raw text using Unicode script heuristics and stopwords — ideal for routing multilingual user input, filtering content by language, or tagging documents before processing. Prefer this over heavy ML-based NLP pipelines when speed and cost matter and you need coverage across CJK, Cyrillic, Arabic, Hebrew, Greek, Thai, and major Latin languages.
{
"lang": null,
"text": "Hello, how are you today?"
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"_hint": "x402 paid endpoints for AI agents — x402node.dev (utilities) · cn402.com (Chinese culture)",
"iso639": "en",
"method": "stopwords",
"language": "English",
"candidates": [
{
"iso": "en",
"hits": 2,
"share": 0.4
},
{
"iso": "es",
"hits": 0,
"share": 0
},
{
"iso": "fr",
"hits": 0,
"share": 0
}
],
"confidence": 0.95
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"