视频去重接口
    视频去重接口
    • 视频去重接口
      POST
    • 高级视频去重接口
      POST
    • 查询任务处理结果
      POST
    • 支持的模式和特效
      GET
    • 支持的去重模版列表
      GET
    • 获取图片风格列表
      GET
    • 分页获取图片标签列表
      GET
    • 素材字体接口
      GET

      支持的去重模版列表

      GET
      http://prod-cn.your-api-server.comhttps://api.sqidh.com/api/videovip/gettemplate

      请求参数

      Query 参数
      key
      string 
      必需
      接口密钥,在控制台->密钥管理查看
      pageNum
      integer 
      页码,从1开始
      必需
      示例值:
      1
      pageSize
      integer 
      页大小,1-100
      可选
      示例值:
      20

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.sqidh.com/api/videovip/gettemplate?key=&pageNum=1&pageSize=20'

      返回响应

      🟢200成功
      application/json
      Body
      code
      integer 
      必需
      msg
      string 
      必需
      data
      array [object {6}] 
      必需
      id
      integer 
      模版id
      必需
      name
      string 
      模版名称
      必需
      demoImg
      string 
      示例图片url
      必需
      sortNum
      integer 
      排序号
      必需
      updateAt
      string 
      更新时间
      必需
      titleConfigs
      array [object {3}] 
      必需
      标题配置项列表,有几项就表示该模版最大支持多少个标题,当位置和内容同时有效时生效
      示例
      {
          "code": 200,
          "msg": "成功",
          "data": [
              {
                  "id": 12,
                  "name": "影视推荐(4:3)",
                  "status": 1,
                  "demoImg": "https://qn.cdn.woying.com/assets/templates/img_ys_three.jpg",
                  "titleConfigs": [
                      {
                          "position": 2,
                          "maxLen": 42
                      },
                      {
                          "position": 4,
                          "maxLen": 20
                      }
                  ],
                  "sortNum": 50,
                  "updateAt": "2023-03-24T19:16:13Z"
              },
              {
                  "id": 11,
                  "name": "影视推荐(16:9)",
                  "status": 1,
                  "demoImg": "https://qn.cdn.woying.com/assets/templates/img_ys_nine.jpg",
                  "titleConfigs": [
                      {
                          "position": 2,
                          "maxLen": 42
                      },
                      {
                          "position": 4,
                          "maxLen": 10
                      }
                  ],
                  "sortNum": 40,
                  "updateAt": "2023-03-24T19:16:13Z"
              },
              {
                  "id": 10,
                  "name": "竖屏无文案",
                  "status": 1,
                  "demoImg": "https://qn.cdn.woying.com/assets/templates/img_sp_none.jpg",
                  "titleConfigs": [],
                  "sortNum": 30,
                  "updateAt": "2023-03-24T19:16:13Z"
              },
              {
                  "id": 9,
                  "name": "横屏斜角+文案",
                  "status": 1,
                  "demoImg": "https://qn.cdn.woying.com/assets/templates/img_miter_td2.jpg",
                  "titleConfigs": [
                      {
                          "position": 2,
                          "maxLen": 42
                      },
                      {
                          "position": 4,
                          "maxLen": 30
                      }
                  ],
                  "sortNum": 140,
                  "updateAt": "2023-03-24T19:16:13Z"
              },
              {
                  "id": 8,
                  "name": "横屏斜角+文案",
                  "status": 1,
                  "demoImg": "https://qn.cdn.woying.com/assets/templates/img_miter_td1.jpg",
                  "titleConfigs": [
                      {
                          "position": 2,
                          "maxLen": 42
                      },
                      {
                          "position": 4,
                          "maxLen": 30
                      }
                  ],
                  "sortNum": 130,
                  "updateAt": "2023-03-24T19:16:13Z"
              },
              {
                  "id": 7,
                  "name": "竖屏斜角+文案",
                  "status": 1,
                  "demoImg": "https://qn.cdn.woying.com/assets/templates/img_miter_md2.jpg",
                  "titleConfigs": [
                      {
                          "position": 2,
                          "maxLen": 42
                      }
                  ],
                  "sortNum": 120,
                  "updateAt": "2023-03-24T19:16:13Z"
              },
              {
                  "id": 6,
                  "name": "竖屏斜角+文案",
                  "status": 1,
                  "demoImg": "https://qn.cdn.woying.com/assets/templates/img_miter_md1.jpg",
                  "titleConfigs": [
                      {
                          "position": 2,
                          "maxLen": 42
                      }
                  ],
                  "sortNum": 110,
                  "updateAt": "2023-03-24T19:16:13Z"
              },
              {
                  "id": 5,
                  "name": "好物推荐-竖屏",
                  "status": 1,
                  "demoImg": "https://qn.cdn.woying.com/assets/templates/img_hwtj_sp.jpg",
                  "titleConfigs": [
                      {
                          "position": 2,
                          "maxLen": 42
                      }
                  ],
                  "sortNum": 80,
                  "updateAt": "2023-03-24T19:16:12Z"
              },
              {
                  "id": 4,
                  "name": "好物推荐-横屏",
                  "status": 1,
                  "demoImg": "https://qn.cdn.woying.com/assets/templates/img_hwtj_hp.jpg",
                  "titleConfigs": [
                      {
                          "position": 2,
                          "maxLen": 42
                      },
                      {
                          "position": 4,
                          "maxLen": 30
                      }
                  ],
                  "sortNum": 60,
                  "updateAt": "2023-03-24T19:16:12Z"
              },
              {
                  "id": 3,
                  "name": "竖屏+文案",
                  "status": 1,
                  "demoImg": "https://qn.cdn.woying.com/assets/templates/img_sp_wenan.jpg",
                  "titleConfigs": [
                      {
                          "position": 2,
                          "maxLen": 42
                      }
                  ],
                  "sortNum": 20,
                  "updateAt": "2023-03-24T19:16:12Z"
              },
              {
                  "id": 2,
                  "name": "横屏+文案",
                  "status": 1,
                  "demoImg": "https://qn.cdn.woying.com/assets/templates/img_hp_wenan.jpg",
                  "titleConfigs": [
                      {
                          "position": 2,
                          "maxLen": 42
                      },
                      {
                          "position": 4,
                          "maxLen": 30
                      }
                  ],
                  "sortNum": 10,
                  "updateAt": "2023-03-24T19:16:12Z"
              },
              {
                  "id": 1,
                  "name": "横屏无文案",
                  "status": 1,
                  "demoImg": "https://qn.cdn.woying.com/assets/templates/img_hp_none.jpg",
                  "titleConfigs": [],
                  "sortNum": 30,
                  "updateAt": "2023-03-24T19:16:12Z"
              }
          ],
          "exec_time": 0.535153,
          "ip": "111.165.106.238"
      }
      修改于 2023-08-06 17:34:44
      上一页
      支持的模式和特效
      下一页
      获取图片风格列表
      Built with