/
NE
netter
/
DMI Backend
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 19h ago · Updated 2d ago
Details
Filter operations
actions
9
api-keys
3
app-chat
1
apps
31
apps-query
2
apps-scenarios
7
assistant
2
attributes
11
automations
21
chats
13
get
List Chats
post
Create Chat
get
Get Chat
delete
Delete Chat
patch
Rename Chat
post
Suppress Chat
post
Cancel Chat
get
Download Chat Attachment
post
Upload Attachment
get
List Messages
post
Create Message
get
Get Context Usage
post
Compact Chat
comments
8
companies
13
dashboard-chat
1
dashboard-data
5
dashboard-versions
3
dashboards
10
databases
9
entity-files
3
file-folders
13
files
19
folders
5
groups
7
incidents
1
infra
1
integrations
22
internal
1
join-advisor
3
lego-architect
7
me
1
monitoring
2
ontology
6
ontology-chat
1
ontology-entities
11
ontology-promotion
3
ontology-query
3
ontology-records
4
ontology-relationships
5
ontology-rows
6
ontology-traversal
1
operators
1
permissions
7
project-steps
5
projects
15
row-policies
4
run-history
4
step-code-chat
2
step-output
2
steps
22
workflow-architect
2
chats
Create Chat
Start a new AI Architect chat for a dashboard or project.
post
/api/v1/chats/
Request body
ChatCreate
required
dashboard_id
string
uuid
nullable
chat_type
string
nullable
title
string
Response
Successful Response
ChatRead
required
id
string
uuid
required
company_id
string
uuid
required
user_id
string
uuid
required
dashboard_id
string
uuid
nullable
required
project_id
string
uuid
nullable
chat_type
string
required
title
string
required
status
'idle'
|
'generating'
required
generation_token
integer
is_suppressed
boolean
required
created_at
string
date-time
required
updated_at
string
date-time
required
Changes