Analysis
Analyze - Google Logo Detection
Detects popular product logos within an image.
post/analyze/google_logo_detection
Request body
Example request
{
"source": {
"asset_id": "e12345b5c456c8901bbb0efc00c0fcf",
"uri": "https://res.cloudinary.com/demo/image/upload/sample.jpg"
},
"notification_url": "https://path.to/webhook"
}Response
Analysis succeeded
Example response
{
"data": {
"analysis": {
"logo_annotations": [
{
"mid": "/m/045c7b",
"description": "google",
"score": 0.980325,
"bounding_poly": {
"vertices": [
{
"x": 12,
"y": 42
},
{
"x": 439,
"y": 42
},
{
"x": 439,
"y": 285
},
{
"x": 12,
"y": 285
}
]
}
}
]
}
},
"limits": {
"items": [
{
"type": "ai_vision",
"used_by_request": 123,
"remaining": 500,
"limit": 10000,
"reset_time": "2024-01-20T12:34:56Z"
}
]
},
"request_id": "17c3b70c5096df0e77e838323abb7029"
}