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"
]
}
}