AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# 扫描二维码-文件 >[danger] 免费接口,每日100次免费调用 ## 接口调用([调用须知](https://www.kancloud.cn/chimney/cn-api/2491302)) >[info] 扫描二维码文件,获取二维码内置内容 ## 请求地址 ~~~ POST https://api.cnbook.top/qrcode/detect/file ~~~ ## 请求参数 | 名称 | 必填 | 类型 | 说明 | | --- | --- | --- | --- | | code | 是 | string | 二维码文件 | ## 返回结果说明 | 名称 | 类型 | 类型 | 说明 | | --- | --- | --- | --- | | text | string | https://www.baidu.com | 二维码内置内容 | #### 返回示例 ~~~ { "code": 0, "message": "success", "data": { "text": "https://www.baidu.com" }, "trace": 1634141689 } ~~~