Property classification JSON
POST {{ask-filerobot-server}}/images/property-classification
Request Body
{"files_urls"=>[{"url"=>"http://sample.li/paris-salon.jpg"}, {"url"=>"https://thumbor.forbes.com/thumbor/fit-in/900x510/https://www.forbes.com/advisor/wp-content/uploads/2022/10/condo-vs-apartment.jpeg.jpg"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Filerobot-Token | string | ||
Filerobot-Key | string |
RESPONSES
status: Created
{"status":"success","version":"3.0.2","result":[{"source":"cache-file","sha1":"08925f4c39a5815a4c06f9ac7fe7f51222a6c44c","predictions":[{"living":1,"dinner":0,"bedroom":0}],"request_uuid":"e10d6626-c9be-4a02-92d2-ca3280671535"},{"predictions":[{"apartment":0.9,"office":0.08,"dinner":0}],"request_uuid":"d5875aa0-dbe7-4e3e-a161-189d2d82c162","sha1":"64899426036daa3a36c568d39cf2927694449dd9"}]}