Brand detection JSON
POST {{ask-filerobot-server}}/images/brand-detection
Request Body
{"files_urls"=>[{"url"=>"http://sample.li/tesla.jpg"}, {"url"=>"http://sample.li/face.png"}]}
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":"2.9.4","result":[{"source":"cache-file","sha1":"cc9a4427c90ba5881e5be8d3521724cfcfc9f5b8","request_uuid":"a3f26e35-7010-4351-8aee-1ccb5a626640","brand":{"extracted":[{"dimensions":{"top":788.5008544921875,"bottom":821.0347900390625,"left":1057.9384765625,"right":1085.65869140625},"vertices":[{"x":1057.9384765625,"y":788.5008544921875},{"x":1085.65869140625,"y":788.5008544921875},{"x":1085.65869140625,"y":821.0347900390625},{"x":1057.9384765625,"y":821.0347900390625}],"classes":[{"class":"tesla_motors","label":"Tesla Motors"}],"meta":{"id":"1726c230-8cc7-11ed-9b46-092c4ce46f03","type":"logo","clarity":0.577270243790753,"ocr_confirmed":false}}],"has_logo":true},"finished_in":3.71},{"source":"cache-file","sha1":"b5d07a2d7648df181c94b2e2c8616ff7a91ca8c0","request_uuid":"f33c0ce8-d52b-4872-aab3-697b7c84de51","brand":{"extracted":[],"has_logo":false},"finished_in":4.73}]}