小小API是一个稳定 快速 的 API 接口服务   点击加入QQ群

MP4转WEBP免费API接口

GEThttps://v2.xxapi.cn/api/mp4towebp

接口描述

专业的MP4转WEBP API接口,提供视频转动图服务。支持自定义参数,接口永久免费,响应速度快,支持异步处理,提供完整技术文档。

请求参数

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: 'https://v2.xxapi.cn/api/mp4towebp?url='
}

axios(config)
  .then(function (response) {
    console.log(JSON.stringify(response.data))
  })
  .catch(function (error) {
    console.log(error)
  })

返回示例

{
    "code": 200,
    "msg": "数据请求成功",
    "data": "https://cdn.xxhzm.cn/v2api/cache/tmp/eccff0986cfb04e146db63e6d108b35e88fb1dff.mp3",
    "request_id": "6ed78b93988a3305ab75649f"
}