创建任务
POST
/api/ai/chat/v2/task请求参数
Header 参数
x-api-key
string
必需
示例值:
{{apiKey}}
x-channel
string
必需
x-token
string
必需
示例值:
{{token}}
Body 参数multipart/form-data
content
string
可选
type=1、3、4、5、6、8: 不传
type=7: 粘贴Markdown内容 (必填)必传)
id
string
可选
预置词id
type=1、3、4、5、6、7: 不传
type=8: 预置词列表接口返回的 id字段 (必填)
title
string
可选
type=1: 用户输入标题(必填)
type=7: 粘贴Markdown的标题(不传默认为: Markdown粘贴文案)
type=3、4、5、6、8: 不传
示例值:
毕业季
type
string
必需
1.智能生成
3.导入word
4.XMind导入
5.FreeMind导入
6.Markdown导入
7.Markdown粘贴
8.预置词
示例值:
1
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
data
object
必需
id
integer
必需
title
string
必需
type
integer
必需
api_key
string
必需
created_at
string
必需
msg
string
必需
示例
{
"code": 0,
"data": {
"id": 1,
"title": "毕业季",
"type": 1,
"api_key": "645e1231d1ba5",
"created_at": "2023-10-26T11:05:54.079+08:00"
},
"msg": "success"
}
最后修改时间: 7 个月前