Real-estate generic URL

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

Image classifier and aesthetic assessement 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
Filerobot-TokenstringFilerobot project identifier, aka token
Filerobot-KeystringFilerobot API key

RESPONSES

status: Created

{"status":"success","version":"3.0.10","predictions":[{"classification":{"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"},"aesthetic":{"image_level":"medium","score":0.657,"methods":["iqa","cos_mean"]}}],"request_uuid":"57a19d06-0ae7-41e9-8a52-6789b20edc2a","sha1":"4997e2afc3947f88b8483d376defd65258c807fd"}