Scene classification URL
GET {{ask-filerobot-server}}/images/scene-classification/:url
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","predictions":{"environment":"outdoor","scene_categories":[{"category":"mountain_path","probability":0.303},{"category":"valley","probability":0.23},{"category":"tundra","probability":0.146},{"category":"mountain","probability":0.097},{"category":"forest_path","probability":0.031}],"scene_attributes":["natural","open area","natural light","hiking","vegetation","camping","far-away horizon","climbing","rugged scene"]},"request_uuid":"a30c5de5-a931-4d60-ade7-be922d8e5aac","sha1":"8f17c0af13fa8b5e8fe23218701ab95f60ceed5d"}