/
FI
fim-ai
/
FIM One API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2mo ago
Details
Filter operations
Agents
2
API Keys
4
Chat
3
Conversations
5
get
List Conversations
post
Create Conversation
get
Get Conversation
delete
Delete Conversation
patch
Update Conversation
Knowledge Bases
2
Conversations
Create Conversation
Create a new conversation.
post
/api/conversations
Request body
ConversationCreate
required
title
string
mode
'react'
|
'dag'
|
'auto'
agent_id
string
nullable
model_name
string
nullable
Response
Conversation created
ApiResponse
required
success
boolean
required
data
object
required
Changes