Logos Detection
收藏RapidAPI2026-02-10 更新2024-05-21 收录
下载链接:
https://rapidapi.com/ai-engine-ai-engine-default/api/logos-detection
下载链接
链接失效反馈官方服务:
资源简介:
Logo detection and brand recognition API — Detect, identify and recognize brand logos, trademarks, and corporate logos in images. Logo recognition, logo identification, and logo matching with confidence scores. Visual brand detection for company logo classification and image analysis. Scan and classify logos for brand monitoring and trademark verification.
创建时间:
2026-02-10
原始信息汇总
Logos Detection 数据集概述
数据集名称
Logos Detection
数据集提供者
AI-Engine
类别
Visual Recognition
订阅者数量
43
定价方案
- BASIC: $0.00 / 月
- PRO: $12.99 / 月
- ULTRA: $22.99 / 月
- MEGA: $92.99 / 月
数据集描述
Logo detection and brand recognition API — Detect, identify and recognize brand logos, trademarks, and corporate logos in images. Logo recognition, logo identification, and logo matching with confidence scores. Visual brand detection for company logo classification and image analysis. Scan and classify logos for brand monitoring and trademark verification.
主要功能
- Logos Detection: Identify logos of common products within images, facilitating brand recognition and analysis.
端点
检测Logo
- HTTP方法: POST
- URL:
https://logos-detection.p.rapidapi.com/detect-logo - 描述: Detect logos from image
- POST参数:
image: BINARY或url: STRING
- 支持的内容类型:
application/x-www-form-urlencodedmultipart/form-data
响应模式
json "responses": { "statusCode": ..., "body": { "logos": [ { "description": ..., "score": ..., "boundingPoly": ... } ] } }
响应字段描述
| 字段 | 类型 | 描述 |
|---|---|---|
| statusCode | int |
Status code of image processing. |
| logos[] | array |
An array containing detected logos in the image. |
| logos[].description | string |
The Logo description. |
| logos[].score | float |
The confidence number associated with the detected logo. |
| logos[].boundingPoly | object |
An object containing a bounding poly around the detected logo. |



