---
title: AI Video Brand/Logo Detection API
slug: detect-video-brands
url: https://apyhub.com/apyhub/service/detect-video-brands
provider: ApyHub
categories: [Artificial Intelligence]
auth: api_key
---

# AI Video Brand/Logo Detection API

Detect brands from a video URL or uploaded file. Returns provider-scoped output for Azure or Google based on the service you request.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/ai/video/detect/brand/url` | What it does Submits a video URL for brand detection and routes the request to either the Azure or… | 500 |
| POST | `/ai/video/detect/brand/file` | What it does Uploads a video file and runs brand detection using the selected service provider. The… | 500 |

## About

## What it does
Video Brand Detection identifies brands in a video by sending either a video URL or an uploaded file, then returns the analysis in a service-specific response under `data.azure` or `data.google` depending on the provider you request.

Use `POST /url` when your video is already hosted online. Send `url` plus `requested_service`, and include the Azure or Google credentials required for that route. Use `POST /file` when you want to upload the video directly. That route accepts `file` and `requested_service`, with Azure connection fields or a Google credential file as needed.

The response is intentionally provider-scoped: the top-level `data` object contains either an `azure` object or a `google` object, matching the service you selected. The schema does not expose fixed fields inside those objects, so you can treat them as provider output and handle the contents accordingly in your integration.

Video Brand Detection fits moderation, media indexing, campaign tracking, and brand mention workflows where you need to detect brand presence from video assets without building the model pipeline yourself.

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

## Usage

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