Creates a new conversation. Optionally associate it with an end user by passing endUserExternalId.
endUserExternalId
cURL
curl --request POST \ --url https://platform.agentictrust.com/api/v1/chat/conversations \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "endUserExternalId": "<string>" } '
{ "conversationId": "<string>" }
API key in lum_pk_* format. Pass via x-api-key header or Authorization: Bearer <key>.
lum_pk_*
x-api-key
Authorization: Bearer <key>
External identifier for the end user.
Conversation created.