Detect Language website screenshot

Detect Language

The Detect Language API is a web service that identifies the language of a given text with high accuracy, whether it's a long passage, short phrase, or single word. It supports detection of 164 languages and offers fast performance with low latency globally. The API also allows for batch processing, maintains strong security and privacy standards, and is available through both free and premium plans.

1 APIs 0 Features
DetectionLanguagesTranslation

APIs

Detect Language

The Detect Language API is a web service that identifies the language of a given text with high accuracy, whether it's a long passage, short phrase, or single word. It supports ...

Collections

Pricing Plans

Rate Limits

Detect Language Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
Documentation
Documentation
🔗
Security
Security
💰
Pricing
Pricing
🔑
Authentication
Authentication
💬
FAQ
FAQ
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
Regions
Regions

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Detect Language API
  version: '0.2'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Detection
    type: folder
  items:
  - info:
      name: Detect language of text
      type: http
    http:
      method: POST
      url: https://ws.detectlanguage.com/0.2/detect
      body:
        type: json
        data: '{}'
    docs: 'Detects the language of a given text. The request body may contain a

      single string under `q` or an array of strings for batch detection.

      '
- info:
    name: Account
    type: folder
  items:
  - info:
      name: Get account status
      type: http
    http:
      method: GET
      url: https://ws.detectlanguage.com/0.2/user/status
    docs: Returns current account status, plan, usage, and limits.
- info:
    name: Languages
    type: folder
  items:
  - info:
      name: List supported languages
      type: http
    http:
      method: GET
      url: https://ws.detectlanguage.com/0.2/languages
    docs: Returns the list of all languages supported by the API.
bundled: true