Create IQConversation

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/iqconversation

Create a new empty IQ conversation

Parameters
Expand all Reset
properties *OBJECTrequired
Can be executed by:
Logged-in User with Luzmo IQ access
Can be associated to:
User
Authorization
IQMessage
Did this page help you?
Yes No
Language
Shell
Node
Java
.NET
Python
PHP
Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "id": "1ee074a1-c68f-4722-8641-2a8c4d92da44",
  "updated_at": "2025-11-01T12:34:56.140Z",
  "created_at": "2025-11-01T12:34:56.140Z",
  "authorization_id": "ab3f5e9c-4f9a-4870-bad3-b7c3cf4a9271",
  "user_id": "444e2d0c-8dfb-45c1-bb97-52cb9264671f"
}