腾讯语音文件转MP3
将WX/QQ语音文件.slk转为.mp3格式
  • API文档
  • 在线调试
  • 返回码表
  • 示例代码

接口地址: https://api.vore.top/api/SLK2MP3

返回格式: JSON

请求方式: UPLOAD_FILE

请求示例: https://api.vore.top/api/SLK2MP3

请求参数说明:

返回参数说明:

返回示例:

测试音频:
https://api.vore.top/cache/SLK2MP3/example.slk

测试输出:
{
    "code": 200,
    "msg": "SUCCESS",
    "data": {
        "path": "https:\/\/api.vore.top\/cache\/SLK2MP3\/321e16fb470f8a3ed2dd18413ecfa266.mp3",
        "size": "4.98 KB",
        "cost": "101.84001922607ms",
        "info": "语音转换成功"
    },
    "time": 1658633023
}

请求详情设置:


请求参数设置:

参数名 参数值 操作


返回结果:

null

返回码表:

名称 类型 说明
code int 200-请求正常 | 500-请求错误
msg string SUCCESS-请求正常 | ERROR-请求错误
data -> info/tips string 描述当前请求信息(如果存在)

代码示例:

<html>
<head>
<meta charset="utf-8">
<title>腾讯语音文件转MP3 - SLK2MP3</title>
</head>
<body>
<form method="POST" action="https://api.vore.top/api/SLK2MP3" enctype="multipart/form-data">
上传语音文件(上限5MB):<input type="file" name="slk_file">
<input type="submit" value="上传">
</form>
</body>
</html>
当前文档浏览次数: