---
title: IAB Tier 1 Content Classification API
slug: classify-iab-tier-1
url: https://apyhub.com/dosvak/service/classify-iab-tier-1
provider: Dosvak LLC
categories: [Artificial Intelligence, Marketing, SEO]
tags: [iab-classification, content-classification, ad-targeting, taxonomy, publisher-data]
auth: api_key
---

# IAB Tier 1 Content Classification API

Predict Tier 1 IAB categories from a URL, text, title, domain, or keywords. Returns ranked labels with scores for content classification and ad targeting.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `` | What it does Predicts IAB Tier 1 categories for the supplied content signals and returns the predic… | 10 |

## About

## What it does
IAB Category Classifier predicts Tier 1 IAB categories for web content. Send a URL, text, title, domain, or keywords, and get back a tier label plus a ranked list of category predictions with scores.

Use it when you need to classify articles, landing pages, or publisher inventory into a standard advertising taxonomy. The `top_k` field lets you control how many predictions you want returned, from 1 to 20, so you can keep the output focused on the best matches or inspect a broader set of candidates.

The response is simple to integrate: `tier` tells you the tier being predicted, and `predictions` is an array of `{ label, score }` objects. That makes it easy to route content, power ad targeting rules, organise analytics, or add taxonomy labels during ingestion without building your own classifier.

IAB Category Classifier is a good fit for content pipelines that need fast, repeatable category assignment from lightweight metadata or full page text.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/dosvak/service/classify-iab-tier-1
