图片转ASCII图片(像素图,艺术图)

GET
https://api.mymzf.com/api/asciiimg

接口描述

图片转ASCII图片(像素图,艺术图)

请求参数

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: 'https://api.mymzf.com/api/asciiimg?img=https://down.erguanmingmin.com/img/zhanghanyun.png&width=5'
}

axios(config)
  .then(function (response) {
    console.log(JSON.stringify(response.data))
  })
  .catch(function (error) {
    console.log(error)
  })

返回示例

示例:{"code":400,"msg":"通讯秘钥错误。"}
示例:{"code":200,"msg":"生成图像成功,请尽快保存.","url":"https://res.apihz.cn/asciiimg/img2/999.jpg"}