文档
测试

提取日程信息

POST
/extractEvent

接口描述

提取日程

请求参数

参数名
类型
描述
必填
list
list
文字段
必填

说明 / 示例

+ Request ```json { "list": ["需要提取event的文字段1", "需要提取event的文字段2",...] } ``` + Response ```json { "name": "xxx", "startTime": "xxx", // 格式为yyyy/MM/dd HH:mm:ss "endTime": "xxx", // 同上 "content": "xxxxx", //event的内容 "location": "地点", "url": "www.baidu.com" // 日程信息可能存在的url } ```