Lang.ai website screenshot

Lang.ai

Lang.ai is a conversation-intelligence platform that turns unstructured customer interactions — support tickets, chatbot messages, emails and calls — into structured intents, features and tags. Its unsupervised algorithm ingests a dataset of customer text, automatically extracts the intents and features it finds, and lets teams group those into tags that form a custom classifier for any language, industry or business case. A small REST API then applies that classifier in real time: create a project from a CSV dataset, list projects and their tags, analyze a document to get back its matched tags and intents, and save documents with arbitrary metadata for dashboard reporting. Lang.ai was founded in Spain, backed by 500 Global, and is now part of Capacity, whose AI support-automation platform absorbed Lang.ai's conversation intelligence.

Lang.ai publishes 2 APIs on the APIs.io network: Documents API and Projects API. Tagged areas include Company, Artificial Intelligence, Machine Learning, Natural Language Processing, and Conversation Intelligence.

Lang.ai’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, pricing, signup flow, and 22 more developer resources.

52.8/100 developing ▬ flat Agent 43/100 agent ready Full breakdown ↓
scored 2026-08-10 · rubric v0.9.1
AccessSelf serve
2 APIs 1 MCP Servers
CompanyArtificial IntelligenceMachine LearningNatural Language ProcessingConversation IntelligenceCustomer SupportText ClassificationAnalyticsCustomer Experience

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-10 · rubric v0.9.1
Composite quality — 52.8/100 · developing
Contract Quality 16.7 / 25
Developer Ergonomics 11.2 / 20
Commercial Clarity 12.1 / 20
Operational Transparency 2.7 / 13
Governance 1.4 / 12
Discoverability 8.7 / 10
Agent readiness — 43/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 9 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/langai: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Lang.ai Documents API

Analyze and save documents against a project.

Lang.ai Projects API

Create and inspect classification projects and their tags.

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

langai-mcp.yml

MCP SERVER

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Langai Authentication

http · 1 scheme

SECURITY

Langai Domain Security

TLSv1.2 · HSTS · DMARC

SECURITY

Langai Vulnerability Disclosure

Hackerone · security.txt · contact published

SECURITY

Langai Trust Center

SOC 2 Type II, HIPAA, GDPR

SECURITY

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: langai
name: Lang.ai
description: 'Lang.ai is a conversation-intelligence platform that turns unstructured customer interactions — support tickets,
  chatbot messages, emails and calls — into structured intents, features and tags. Its unsupervised algorithm ingests a dataset
  of customer text, automatically extracts the intents and features it finds, and lets teams group those into tags that form
  a custom classifier for any language, industry or business case. A small REST API then applies that classifier in real time:
  create a project from a CSV dataset, list projects and their tags, analyze a document to get back its matched tags and intents,
  and save documents with arbitrary metadata for dashboard reporting. Lang.ai was founded in Spain, backed by 500 Global,
  and is now part of Capacity, whose AI support-automation platform absorbed Lang.ai''s conversation intelligence.'
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://docs.lang.ai/images/logo-lang.svg
url: https://raw.githubusercontent.com/api-evangelist/langai/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- 500-global
x-tier: enriched
x-tier-reason: documented-rest-api
x-status: acquired
x-acquired-by: Capacity
x-acquisition-note: lang.ai now redirects to https://capacity.com/lang/ ("Lang AI is now part of Capacity"). The Lang.ai API
  reference at https://docs.lang.ai/ and the help center at https://help.lang.ai/ remain live; commercial, legal, status and
  compliance properties are Capacity's.
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
tags:
- Company
- Artificial Intelligence
- Machine Learning
- Natural Language Processing
- Conversation Intelligence
- Customer Support
- Text Classification
- Analytics
- Customer Experience
apis:
- aid: langai:langai-documents-api
  name: Lang.ai Documents API
  description: Analyze and save documents against a project.
  humanURL: https://docs.lang.ai/
  baseURL: https://company.lang.ai/api/v1
  tags:
  - Documents
  properties:
  - type: OpenAPI
    url: openapi/langai-documents-api-openapi.yml
  - type: Documentation
    url: https://docs.lang.ai/
  - type: APIReference
    url: https://docs.lang.ai/
  - type: Authentication
    url: authentication/langai-authentication.yml
  - type: ErrorCatalog
    url: errors/langai-problem-types.yml
  - type: DataModel
    url: data-model/langai-data-model.yml
- aid: langai:langai-projects-api
  name: Lang.ai Projects API
  description: Create and inspect classification projects and their tags.
  humanURL: https://docs.lang.ai/
  baseURL: https://company.lang.ai/api/v1
  tags:
  - Projects
  properties:
  - type: OpenAPI
    url: openapi/langai-projects-api-openapi.yml
  - type: Documentation
    url: https://docs.lang.ai/
  - type: APIReference
    url: https://docs.lang.ai/
  - type: Authentication
    url: authentication/langai-authentication.yml
  - type: ErrorCatalog
    url: errors/langai-problem-types.yml
  - type: DataModel
    url: data-model/langai-data-model.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://lang.ai
- type: DeveloperPortal
  url: https://docs.lang.ai/
- type: Documentation
  url: https://docs.lang.ai/
- type: APIReference
  url: https://docs.lang.ai/
- type: GettingStarted
  url: https://docs.lang.ai/#workflow
- type: Support
  url: https://help.lang.ai/
- type: HelpCenter
  url: https://help.lang.ai/
- type: GitHubOrganization
  url: https://github.com/lang-ai
- type: Blog
  url: https://capacity.com/blog/
- type: Pricing
  url: https://capacity.com/pricing/
- type: SignUp
  url: https://capacity.com/lang/
- type: TermsOfService
  url: https://capacity.com/website-terms-of-use/
- type: PrivacyPolicy
  url: https://capacity.com/privacy-policy/
- type: StatusPage
  url: https://status.capacity.com/
- type: Compliance
  url: https://capacity.com/security/
- type: Authentication
  url: authentication/langai-authentication.yml
- type: Conventions
  url: conventions/langai-conventions.yml
- type: Idempotency
  url: conventions/langai-conventions.yml
- type: ErrorCatalog
  url: errors/langai-problem-types.yml
- type: Lifecycle
  url: lifecycle/langai-lifecycle.yml
- type: Conformance
  url: conformance/langai-conformance.yml
- type: DataModel
  url: data-model/langai-data-model.yml
- type: MCPServer
  url: mcp/langai-mcp.yml
- type: LLMsTxt
  url: llms/langai-llms.txt
- type: AgentSkill
  url: skills/_index.yml
- type: Overlay
  url: overlays/langai-api-overlay.yaml
- type: DomainSecurity
  url: security/langai-domain-security.yml
- type: VulnerabilityDisclosure
  url: security/langai-vulnerability-disclosure.yml
- type: TrustCenter
  url: security/langai-trust-center.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence