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

WAV转FLAC免费API

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

接口描述

免费WAV转FLAC API接口服务,提供专业的音频格式转换能力。接口调用便捷,服务稳定可靠,无需认证,支持高并发请求。

请求参数

请求示例

var axios = require('axios')

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