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