文件格式转换大师,我们致力于为用户提供专业的免费API数据接口服务
本接口可以提供文本文件压缩包图片视频音频,多格式转换,提供作品链接即可转换。
https://api.66laji.cn/api/ocf_convert/index.php
https://api.66laji.cn/api/ocf_convert/index.php?apikey=[你开通的apikey]&file_url=[需要转换的作品链接]&target_format=[转换后的格式,例如:docx]
点击右侧按钮复制完整请求地址,参数值请替换为实际有效值
| 参数名 | 是否必填 | 参数类型 | 参数说明 |
|---|---|---|---|
|
apikey
|
是 | string |
你开通的apikey
点击登录获取秘钥 |
|
file_url
|
是 | string | 需要转换的作品链接 |
|
target_format
|
是 | string | 转换后的格式,例如:docx |
| 参数名 | 参数类型 | 参数说明 |
|---|---|---|
| 暂无返回参数信息 | ||
{
"code": 0,
"msg": "转换成功",
"data": {
"download_url": "https:\/\/api.66laji.cn\/api\/ocf_convert\/index.php?download_token=72057182359e66b9a2367f1c79c52183.88ac550c578de7e915a7c69c366dc743&page=1",
"target_format": "jpg",
"hint": "请打开 download_url,在页面内点击下载。"
}
}