Skip to main content
POST
Generate NLU Scores

Authorizations

X-API-Key
string
header
required

Supply the API Key in the HTTP-Header

Path Parameters

projectId
string
required

The unique identifier for the Project.

Required string length: 24
Pattern: ^[a-z0-9]{24}$

Body

application/json
flowReferenceId
string<uuid>
required

UUID of the flow reference.

localeReferenceId
string<uuid>
required

UUID of the locale reference.

sentence
string
required

Sentence to analyze for NLU scoring.

Response

Returns a collection of matching NLU Intents and Scores for the given sentence.

scores
object[]

NLU scores based on the analysis.

Last modified on July 22, 2026