为什么尽管 JPG 附有请求,但 Camfind API 仍返回"image can't be blank"?



我刚刚订阅了Camfind API,并试图使用他们的端点上传我在设备上拍摄的照片https://www.mashape.com/imagesearcher/camfind#.

该端点允许您上传要识别的图像以及其他属性(所需的最小参数为image_request[locale]和image_request[image])。

我的请求指定了3个参数:

image_request[image]
image_request[locale]
image_request[language]

所有其他字段都是可选的,我将它们留空。

为什么它一直认为我没有附上图片?这是我收到的回复:

HTTP/1.1 400 Bad Request
Cache-Control: no-cache
Connection: keep-alive
Content-Length: 38
Content-Type: application/json; charset=utf-8
Date: Thu, 12 Feb 2015 17:35:35 GMT
Server: Mashape/5.0.6
X-Cloudsight-Requestrate: 0.20389738512077885
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Ratelimit-Image-Requests-Limit: 500
X-Ratelimit-Image-Requests-Remaining: 498
X-Request-Id: fc2848a2-b7bc-4f25-b4d7-f5b5fe05ff1c
X-Runtime: 0.018830
X-Ua-Compatible: chrome=1
X-Xss-Protection: 1; mode=block
{
   "error": {
   "image": [
      "can't be blank"
]
  }
}

许多人都遇到了同样的问题,ImageSearcher的普遍反应是Mashape进行了一些升级,这影响了他们的web界面。建议使用Mashape登录一张机票。这些帖子是6个多月前发布的,至今没有任何变化。

请使用这个。正在工作

{"remote_image_url":"http://upload.wikimedia.org/wikipedia/commons/2/22/Turkish_Van_Cat.jpg","locale":"US en","Authorization":"CloudSightjre10cooppia-Y_vfff",//您的密钥"语言":"US en"}

相关内容

  • 没有找到相关文章

最新更新