Skip to main content
POST
/
conversations
Create a new conversation
curl --request POST \
  --url https://api.example.com/conversations \
  --header 'Content-Type: application/json' \
  --data '{
  "metadata": {}
}'
{
  "conversationId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.korint.io/llms.txt

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

Body

application/json
metadata
object

Response

200 - application/json
conversationId
string
required