Skip to Content
0
Jul 14, 2017 at 07:22 AM

Image Feature Extraction API Error with PostMan (400 Bad Request)

458 Views

Hi,

I try to test the ML Service for Image Feature Extraction

When I try with Postman, I get a 400 Bad Request Error :-/

{
    "_id": "6a02b7e0-b503-4c86-a4a4-3d1b1a2832a0",
    "error": "Invalid request",
    "error_description": "Service requires a list of (zipped) images.",
    "processed_time": "Fri, 14 Jul 2017 07:15:32 GMT",
    "request": {
        "files": null,
        "options": {},
        "tenantName": "imgclassif-tech-user",
        "texts": []
    },
    "status": "FAILED",
    "status_code": 400,
    "tenantName": "imgclassif-tech-user"
}

Here is the postman request

https://www.getpostman.com/collections/a418129154e81746548b