- 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
- Export Template
- File Record
- Import Template
- SysPreData
- SysView
- Data Export
- Import
- Metadata Upgrade API
- DeptInfo
- DocumentTemplate
- SysModel
- SysOptionSet
- AiRobot
- FlowConfig
- SysCron
- Flow Automation
- DesignAppEnv
- DesignAppVersion
- DesignModel
- RPC
Stream Chat
Demo
Demo
POST
https://demo.openmeta.info/api/demo
AiRobot
请求参数
Body 参数application/json
content
string
必需
conversationId
integer <int64>
可选
robotId
integer <int64>
Robot ID
示例
{
"content": "string",
"conversationId": 0,
"robotId": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://demo.openmeta.info/api/demo/AiRobot/streamChat' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"conversationId": 0,
"robotId": 0
}'
返回响应
🟢200成功
*/*
Body
timeout
integer <int64>
可选