Create AI conversation
Creates a new AI conversation.
HTTP Request
POST /api/sonar/ai/conversations
cURL Example
curl -H "Authorization: Bearer <API_KEY>" \
-X POST \
https://HOSTNAME/api/sonar/ai/conversations
Success Response
{
"guid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"title": "New conversation"
}
- guid (String): GUID of the created conversation
- title (String): Conversation title