API permissions
FILE_PROCESS_AUTOTAGGING
Try it out
Body
{"file":
{"uuid":"6ccfe1fc-df95-5786-9dc2-bee29e550000"},
"meta": {
"languages":["en"],
"provider":"google",
"limit":10,
"confidence":60
}
}
Response
{
"status": "success",
"count": 8,
"tags": [
{
"confidence": 91.268,
"tag": {
"en": "Logo"
}
},
{
"confidence": 89.013,
"tag": {
"en": "Text"
}
},
{
"confidence": 88.283,
"tag": {
"en": "Product"
}
},
{
"confidence": 75.476,
"tag": {
"en": "Line"
}
},
{
"confidence": 73.755,
"tag": {
"en": "Design"
}
},
{
"confidence": 70.663,
"tag": {
"en": "Brand"
}
},
{
"confidence": 69.978,
"tag": {
"en": "Graphics"
}
},
{
"confidence": 68.572,
"tag": {
"en": "Font"
}
}
],
"info": {
"provider": "google",
"url": "https://fusqadtm.filerobot.com/https://api.filerobot.com/fusqadtm/v2/get/6ccfe1fc-df95-5786-9dc2-bee29e550000?w=500&org_if_sml=1&force_format=jpg&rand=%s",
"uuid": "6ccfe1fc-df95-5786-9dc2-bee29e550000",
"languages": [
"en"
],
"limit": 10,
"confidence": 60
}
}
Was this page helpful?