Real-estate classification JSON
POST {{ask-filerobot-server}}/images/real-estate-classification/?cache=False&mode=sync
Classifier endpoint for real-estate images.
Add a json containing a list of file url in the request body to process several files.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cache | string | Use server cache to accelerate response | |
mode | string | Synchronous or asynchronous process |
Request Body
{"files_urls"=>[{"url"=>"https://filerobot.s3.eu-west-3.amazonaws.com/ask/tests/property.5.jpg"}, {"url"=>"https://filerobot.s3.eu-west-3.amazonaws.com/ask/tests/property.4.jpg"}]}
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","result":[{"predictions":[{"description":"a photo of a bed room","threshold":0.65,"is_interior":true,"is_exterior":false,"is_furnished":true,"score":0.9434,"result":"bedroom"}],"request_uuid":"94300c3a-eb72-4e4e-9f8e-f156781474a1","sha1":"20f368e651dc5bba72c4d673a2ffc719cbafd526","url":"https://filerobot.s3.eu-west-3.amazonaws.com/ask/tests/property.5.jpg"},{"predictions":[{"description":"a photo of a furnished kitchen","threshold":0.7,"is_interior":true,"is_exterior":false,"is_furnished":true,"score":0.998,"result":"kitchen_furnished"}],"request_uuid":"f304e3f4-3ac0-472b-bdb3-b5a248dde86c","sha1":"50db6746b10e7dae37481da38fbffd35e27d6ac4","url":"https://filerobot.s3.eu-west-3.amazonaws.com/ask/tests/property.4.jpg"}]}