- Model APIs
- copyByIdPOST
- copyByIdAndFetchPOST
- copyByIdsPOST
- copyByIdsAndFetchPOST
- countPOST
- createListPOST
- createListAndFetchPOST
- createOnePOST
- createOneAndFetchPOST
- deleteByIdPOST
- deleteByIdsPOST
- deleteBySliceIdPOST
- getByIdPOST
- getByIdsPOST
- getCopyableFieldsGET
- getRowFilesGET
- getUnmaskedFieldGET
- getUnmaskedFieldsGET
- searchListPOST
- searchNamePOST
- searchPagePOST
- searchPivotPOST
- searchSimpleAggPOST
- updateByFilterPOST
- updateListPOST
- updateListAndFetchPOST
- updateOnePOST
- updateOneAndFetchPOST
- uploadFilePOST
- uploadFileToRowPOST
- Toolkit
- ChangeLog
- File Record
- Import Template
- SysPreData
- SysView
- Data Export
- Import
- Metadata Upgrade API
- Export Template
- DeptInfo
- AiRobot
- DocumentTemplate
- FlowConfig
- SysCron
- SysModel
- SysOptionSet
- Flow Automation
- DesignAppEnv
- DesignAppVersion
- DesignModel
Stream Chat
POST
/AiRobot/streamChat
AiRobot
Request
Body Params application/json
content
string
required
conversationId
integer <int64>
optional
robotId
integer <int64>
required
Example
{
"content": "string",
"conversationId": 0,
"robotId": 0
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/AiRobot/streamChat' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200OK
*/*
Body
timeout
integer <int64>
optional
Example
{
"timeout": 0
}
Modified at 2025-04-04 11:36:48