---
title: AI Image Brand/Logo Detection API
slug: detect-logos-and-brands
url: https://apyhub.com/apyhub/service/detect-logos-and-brands
provider: ApyHub
categories: [Artificial Intelligence, Image Processing]
tags: [logo-detection, brand-recognition, image-classification, computer-vision, vision-api]
auth: api_key
---

# AI Image Brand/Logo Detection API

Detect logos and brand marks from an image file or URL. Returns provider-specific results from Azure, Google, or ApyHub vision models.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/ai/image/detect/brand/file` | What it does Uploads a file and runs logo/brand detection against the selected service. The respons… | 500 |
| POST | `/ai/image/detect/brand/url` | What it does Detects logos and brands from an image URL. The request sends the image url and, if ne… | 500 |

## About

## What it does
Logo Brand Detector identifies logos and brand marks from an uploaded image or an image URL. Send a file to `/file` or provide a URL to `/url`, and the response includes detection results from the requested vision service: `azure`, `google`, or `apyhub`.

Use it when you need to recognise brand assets in product photos, screenshots, ads, or user-generated content. The file endpoint accepts a binary `file` and optional provider credentials such as `azure_key`, `google_key`, `azure_region`, `azure_endpoint`, `azure_account_id`, `azure_access_token`, and `requested_service`. The URL endpoint accepts a `url`, optional `azure` and `google` credential objects, and `requested_service`.

The response is a `data` object with provider-specific results under `azure`, `apyhub`, and `google`. That makes it straightforward to compare outputs across providers or standardise a single detection workflow in your app.

If you are building moderation, asset tagging, competitor monitoring, or e-commerce catalogue tooling, this endpoint gives you a direct way to detect brand presence from images without adding your own computer vision pipeline.

| Provider (requested_service) | Atoms |
|------------------------------|------:|
| Azure                        |   500 |
| Google                       |  500 |
| ApyHub                       |  2000 |

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/apyhub/service/detect-logos-and-brands
