English
cURL
curl --request POST \ --url https://{base_url}/v1/app/project/{projectId}/thread/interaction \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "visibility": "Public" } '
Creates a new thread and interaction in the project, and streams the interaction as a Server-Sent Event (SSE).
The ID of the project
Details of the thread to be created
Public
Private