The API will listen at the port 8080 per default.
npm install
MCS_HACKZURICH_API_KEY=xxxxxxxxxxxx node index.js
Gets the last evaluations of uploaded photos.
Current limitations:
- Only one driver is supported
*Example response
[{
extracted: ...
mcs: ...
}]
Endpoint for uploading files. It handles multipart/form-data. Field name specified in the form should be 'image'.
Supported input methods: Raw image binary.
Input requirements:
- Supported image formats: JPEG, PNG, GIF, BMP.
- Image file size must be less than 4MB. .3 Image dimensions must be at least 50 x 50.