GetAgentInstanceMsgList
POST
https://aigc-aiagent-api.zegotech.cn/
This interface is used to obtain the message list used as context when interacting with the AI agent instance.
Request
Query Parameters
Action stringrequired
Possible values: [GetAgentInstanceMsgList
]
API Prototype Parameter
https://aigc-aiagent-api.zegotech.cn?Action=GetAgentInstanceMsgList
AppId uint32required
The unique Application ID assigned to your project by ZEGOCLOUD. Get it from the ZEGOCLOUD Admin Console.
SignatureNonce stringrequired
Random string.
Timestamp int64required
Unix timestamp, in seconds. The maximum allowed error is 10 minutes.
Signature stringrequired
Signature, used to verify the legitimacy of the request. Refer to Signing the requests for how to generate an API request signature.
SignatureVersion stringrequired
Possible values: [2.0
]
Signature version number, default value is 2.0.
- application/json
Responses
- 200
Success
- application/json
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X POST 'https://aigc-aiagent-api.zegotech.cn/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'
1
RESPONSEClear