Real-estate classification Multipart
POST {{ask-filerobot-server}}/images/real-estate-classification/upload/?cache=False&mode=sync
Classifier endpoint for real-estate images.
Add image file in the request body to process.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cache | string | Use server cache to accelerate response | |
mode | string | Synchronous or asynchronous process |
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Filerobot-Token | string | Filerobot project identifier, aka token | |
Filerobot-Key | string | Filerobot API key |
RESPONSES
status: Created
{"status":"success","version":"3.0.10","predictions":[{"description":"a photo of a bed room","threshold":0.65,"is_interior":true,"is_exterior":false,"is_furnished":true,"score":0.9991,"result":"bedroom"}],"request_uuid":"5692df7b-1143-4e76-8dc2-78fbc7087cf9","sha1":"c9108b08cee01e6a4e6b2489b7ad1f68533744bf"}