Conversation
Operations related to processing conversation turns.
Main endpoint for conversational applications. Sends a user request to the specific AI app deployment and channel.
Authorizations
nlx-api-keystringRequired
Path parameters
deploymentKeystringRequired
The unique key identifying the AI app deployment.
channelKeystringRequiredExample:
The unique key identifying the specific channel. Must include the language code suffix (e.g., -en-US, -es-MX).
xxxxxxxx-en-USBody
conversationIdstring | nullableOptional
Unique identifier for the conversation session. Auto-generated if omitted.
userIdstringOptional
Unique identifier for the user. Auto-generated if omitted.
streambooleanOptionalDefault:
Enables Streamable HTTP
trueResponses
200
Successful conversation response
400
Bad Request - Invalid schema or missing required fields
401
Unauthorized - Invalid API Key
500
Internal Server Error
post
/c/{deploymentKey}/{channelKey}Last updated

