Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kata.ai NLU API

Natural Language Understanding models.

Kata.ai NLU API is one of 9 APIs that Kata.ai publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include NLU. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://geist.kata.ai.

3 operations 2 paths 3 schemas 2 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.kata.ai
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Kata.ai NLU API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer token from NL Studio Settings (Authorization: Bearer ).

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 2 GET, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

NLU 3

Natural Language Understanding models.

GET
/projects/{projectId}/nlus
List NLUs
listNlus 3 params → 200
GET
/projects/{projectId}/nlus/{nluName}
Get an NLU
getNlu 2 params → 200
PUT
/projects/{projectId}/nlus/{nluName}
Update an NLU
updateNlu 2 params body → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are NLU (4 properties), NluList (4 properties), NluSummary (3 properties). Each schema is shown below with its type and property counts.

NluSummary
object
3 properties
NluList
object
4 properties
NLU
object
4 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kataai-nlu-api-openapi.yml Raw ↑

Other APIs Kata.ai publishes across the network.

Kata.ai Auth API
Kata.ai Bots API
Kata.ai Channels API
Kata.ai Deployments API
Kata.ai Environments API
Kata.ai Prediction API
Kata.ai Projects API
Kata.ai Teams API