Context
Authorizations
nlx-api-keystringRequired
Standard authentication for Conversation endpoints.
Path parameters
deploymentKeystringRequired
The unique key identifying the NLX app deployment.
channelKeystringRequiredExample:
The unique key identifying the specific channel. Must include the language code suffix (e.g., -en-US).
xxxxxxxxxx-en-USBody
conversationIdstringRequired
The conversation ID for this session.
Responses
200
Context successfully received and processed.
application/json
objectOptional
400
Bad Request - Invalid context format.
403
Forbidden - Invalid API key or unauthorized context submission.
post
/c/{deploymentKey}/{channelKey}/contextLast updated

