Skip to main content
POST
/
internal
/
conversations
Create conversation
curl --request POST \
  --url https://api.stack-auth.com/api/v1/internal/conversations \
  --header 'Content-Type: application/json' \
  --data '
{
  "projectId": "e0b52f4d-dece-408c-af49-d23061bb0f8d",
  "userId": "3241a285-8329-4d69-8f3d-316e08cf140c"
}
'
{
  "conversationId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.hexclave.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
projectId
string
required

The unique identifier of the project

Example:

"e0b52f4d-dece-408c-af49-d23061bb0f8d"

userId
string
required

The unique identifier of the user

Example:

"3241a285-8329-4d69-8f3d-316e08cf140c"

subject
string
required
initialMessage
string
required
priority
enum<string>
required
Available options:
low,
normal,
high,
urgent
source
enum<string>
Available options:
manual,
chat,
email,
api

Response

200 - application/json

Successful response

conversationId
string
required