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

MP3转WAV免费API

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

接口描述

提供免费的MP3转WAV API接口服务,支持高速音频格式转换。接口调用简单,响应速度快,无使用限制,支持HTTPS安全请求。

请求参数

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: 'https://v2.xxapi.cn/api/mp3towav?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"
}