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
Key | Datatype | Required | Description |
---|---|---|---|
cache | string | Use server cache to accelerate response | |
mode | string | Synchronous or asynchronous process |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
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 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"}