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

WAV转MP3免费API接口

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

接口描述

专业的WAV转MP3转换API接口,提供稳定可靠的音频格式转换服务。支持批量转换,完全免费,简单易用.

请求参数

请求示例

var axios = require('axios')

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