---
title: "Parse"
method: POST
path: "/nlu/"
tags: ["NLU"]
---

# Parse

`POST /nlu/`

Parse a sentence using the trained NLU model of the bot

## Request body

- NLU
  - `input` string
  - `skill_id` string
  - `lang` string

## Response `200`

successful operation

- NLUGet
  - `corrected_input` string
  - `intents` string
  - `intent_id` string
  - `intent_slug` string
  - `confidence` string
  - `confidence_threshold` string
  - `understood` boolean
  - `custom_entities` object
  - `system_entities` object
  - `sentiment_polarity` object

## Other responses

- `400` — Param must be defined

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/revisions/1e26909d86c9/schema)
