发布视频笔记
POST
http://creator.moreapi.cn/api/xhs/create_note/
创作者
请求参数
Body 参数multipart/form-data
cookie
string
必需
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
post_time
string
发布时间
示例值:
2024-04-10 21:59:59
goods_id
string
商品id
示例值:
66ea7040bb33ad0001111f62
示例代码
返回响应
修改于 2024-10-05 09:46:38