- 开发说明
- 项目案例(部分)
- 开发API
- 登录模块
- 联系人相关接口
- 群管理接口
- 消息模块
- 朋友圈模块
- 标签模块
- 个人模块
- 收藏夹模块
- 视频号模块
- 搜索视频号POST
- 获取视频号信息POST
- 创建视频号POST
- 发私信文本消息POST
- 发私信图片消息POST
- 获取私信人详情POST
- 获取私 信SessionIdPOST
- 扫码登录视频号助手POST
- 视频-直接发布视频POST
- 关注/取消关注POST
- 获取用户主页POST
- 获取自己赞和收藏POST
- 视频-分享给好友POST
- 视频-分享到朋友圈POST
- 视频-评论列表POST
- 视频-点赞POST
- 视频-小红心POST
- 视频-评论POST
- 修改视频号资料POST
- 视频-浏览POST
- 关注列表POST
- 获取消息列表POST
- 我的二维码POST
- 扫码关注POST
- 扫码获取视频详情POST
- 扫码点小红心POST
- 扫码大拇指POST
- 扫码浏览POST
- 扫码评论POST
- 同步私信消息(临时停用)POST
- 视频-直接发布视频POST
- 视频-CDN上传视频(1)POST
- 视频-CDN异步上传视频POST
- 视频-CDN异步查询POST
- 视频-CDN发布视频(2)POST
视频-浏览
POST
/finder/browse
基础API/视频号模块
请求参数
Header 参数
VideosApi-token
string
必需
示例值:
{{VideosApi-token}}
Body 参数application/json
appId
string
设备ID
objectId
integer
必需
sessionBuffer
string
必需
objectNonceId
string
必需
myUserName
string
必需
myRoleType
integer
必需
示例
{
"appId": "{{appid}}",
"useProxy": true,
"myUserName": "v2_060000231003b20faec8c7e28811c4d5cc0ded37b0779c48c759a7446a87688c2774e5300c32@finder",
"objectNonceId": "16628169456191691547_0_39_2_1_0",
"sessionBuffer": "",
"objectId": 14195037502970006000,
"myRoleType": 3
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://api.videosapi.com/finder/v2/api/finder/browse' \
--header 'VideosApi-token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "{{appid}}",
"useProxy":true,
"myUserName": "v2_060000231003b20faec8c7e28811c4d5cc0ded37b0779c48c759a7446a87688c2774e5300c32@finder",
"objectNonceId": "16628169456191691547_0_39_2_1_0",
"sessionBuffer": "",
"objectId": 14195037502970006000,
"myRoleType": 3
}'
返回响应
🟢200成功
application/json
Body
ret
integer
必需
msg
string
必需
示例
{
"ret": 200,
"msg": "操作成功"
}

产品可行性及API相关问题咨询

