{
"avatar": "/uploads/image/2025/07/a4d271cc-f884-4822-aef2-47dc4ec5e762.jpeg",
"name": "我是一个微信智能体",
"description": "我是一个微信智能体我是一个微信智能体我是一个微信智能体"
}curl --location --request POST 'http://prod-cn.your-api-server.com/api/agent' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"avatar": "/uploads/image/2025/07/a4d271cc-f884-4822-aef2-47dc4ec5e762.jpeg",
"name": "我是一个微信智能体",
"description": "我是一个微信智能体我是一个微信智能体我是一个微信智能体"
}'{
"code": 0,
"message": "string",
"data": {
"name": "string",
"description": "string",
"avatar": "string",
"showContext": true,
"showReference": true,
"enableFeedback": true,
"enableWebSearch": true,
"userCount": 0,
"chatAvatar": null,
"rolePrompt": null,
"datasetIds": null,
"openingStatement": null,
"openingQuestions": null,
"quickCommands": null,
"autoQuestions": null,
"id": "string",
"createdAt": "string",
"updatedAt": "string"
},
"timestamp": 0
}