接口文档开发者博客官网首页

视频-直接发布视频

POSThttps://api.wechatapi.net/finder/publishFinder

请求参数

参数名位置类型必填说明
wechat-tokenheaderstring必填
appIdbodystring必填

设备ID

videoUrlbodystring必填

视频链接地址

thumbUrlbodystring必填

封面链接地址

widthbodyinteger

视频宽度

heightbodyinteger

视频高度

playLenbodyinteger

视频播放时长,单位秒

topicbodyarray

视频号话题

descriptionbodystring必填

视频号描述

myUserNamebodystring必填

自己的username

myRoleTypebodyinteger必填

自己的roletype

请求示例

Request JSON
{
  "appId": "",
  "videoUrl": "",
  "thumbUrl": "",
  "width": 0,
  "height": 0,
  "playLen": 0,
  "topic": [],
  "description": "",
  "myUserName": "",
  "myRoleType": 0
}

响应示例

Response JSON
{
  "ret": 200,
  "msg": "操作成功",
  "data": {
    "id": 14429803224518760000
  }
}
接入 视频-直接发布视频 接口

注册即可获取 appId 与调用凭证,支持在线调试。

免费注册在线调试

本模块其他接口