mindpin / image-service

图床服务。提供多版本图片转换。
http://img.4ye.me/
7 stars 2 forks source link

图片上传API #4

Closed ben7th closed 10 years ago

ben7th commented 10 years ago

需要实现一个规范的API,便于开发android客户端时,以及开发其他服务时调用。

URL: /api/upload
TYPE: POST
请求时应附带图片信息,图片信息放在请求参数的 file 字段中

HTTP 200 RESPONSE:
{
  filename: 'xxxxxxxx.xxx',
  url: 'http://img.teamkn.com/i/xxxxxxxx.xxx'
  filesize: xxxxxx (单位字节)
  width: xxx (单位像素)
  height: xxx (单位像素)
  major_color: #xxxxxx (颜色值)
}