Real-estate classification URL

GET https://{{ask-filerobot-server}}/images/real-estate-classification/:url?cache=False&mode=sync

Classifier endpoint for real-estate images.

Specify the image url you want to process in the path.

Request Params

KeyDatatypeRequiredDescription
cachestringUse server cache to accelerate response
modestringSynchronous or asynchronous process

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Filerobot-TokenstringFilerobot project identifier, aka token
Filerobot-KeystringFilerobot API key

RESPONSES

status: Created

{"status":"success","version":"3.0.10","predictions":[{"description":"a photo of a furnished bathroom","threshold":0.5,"is_interior":true,"is_exterior":false,"is_furnished":true,"score":0.6144,"result":"bathroom_furnished"}],"request_uuid":"145cc256-8999-4174-92d8-01a394ad3d81","sha1":"4997e2afc3947f88b8483d376defd65258c807fd"}