发布视频笔记
POST
/api/xhs/create_note/请求参数
Body 参数multipart/form-data
cookie
string
必需
小红书首页cookie
proxy
string
代理IP
title
string
笔记标题
示例值:
今天好开心呀
desc
string
笔记正文
示例值:
明天就要放假啦明天要回家啦哈哈
cover
file
视频封面
video
file
视频文件
示例值:
file://C:\Users\admin\Downloads\下载 (6).mp4
ats_list
array[string]
可选
正文里要@的用户列表
示例值:
["{\"nickname\": \"向云端\", \"user_id\": \"657bac49000000001901120c\", \"name\": \"向云端\"}","{\"nickname\": \"我却偏偏喜欢你\", \"user_id\": \"565a73d4f53ee05de129c908\", \"name\": \"我却偏偏喜欢你\"}"]
topic_list
array[string]
可选
正文里插入的话题列表
示例值:
["{ \"id\": \"5d35dd9b000000000e0088dc\", \"name\": \"Python\", \"type\": \"topic\", \"link\": \"https://www.xiaohongshu.com/page/topics/5d35dd9ba059940001703e38?naviHidden=yes\" }","{ \"id\": \"5be6e4bc56867700013b99e5\", \"name\": \"特斯拉\", \"type\": \"topic\", \"link\": \"https://www.xiaohongshu.com/page/topics/5be6e4bcdb601f0001f72453?naviHidden=yes\" }"]
is_private
string
可选
是否私密发布 1:是 0:否
示例值:
1
post_time
string
发布时间
示例值:
2024-04-10 21:59:59
goods_id
string
商品id
示例值:
66ea7040bb33ad0001111f62
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
data
object
必需
score
integer
必需
id
string
必需
message
string
必需
示例
{
"code": 200,
"data": {
"score": 10,
"id": "6615466e000000001a017081"
},
"message": "成功"
}
最后修改时间: 3 个月前