Identify IAB categories
using AI
Below is a free classifier to identify IAB categories. Just input your text, and our AI will predict which category it is - in just seconds.
API Access
import nyckel
credentials = nyckel.Credentials("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET")
nyckel.invoke("iab-categories-identifier", "your_text_here", credentials)
fetch('https://www.nyckel.com/v1/functions/iab-categories-identifier/invoke', {
method: 'POST',
headers: {
'Authorization': 'Bearer ' + 'YOUR_BEARER_TOKEN',
'Content-Type': 'application/json',
},
body: JSON.stringify(
{"data": "your_text_here"}
)
})
.then(response => response.json())
.then(data => console.log(data));
curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_BEARER_TOKEN" \
-d '{"data": "your_text_here"}' \
https://www.nyckel.com/v1/functions/iab-categories-identifier/invoke
How this classifier works
To start, input the text that you'd like analyzed. Our AI tool will then predict which category it is.
This pretrained text model uses the Nyckel-created IAB dataset and has 26 labels, including AcademicInterests, ArtsAndCulture, Automotives, and 23 other labels.
We'll also show a confidence score (the higher the number, the more confident the AI model is around which category it is).
Whether you're just curious or building IAB categories detection into your application, we hope our classifier proves helpful.
Recommended Classifiers
Need to identify IAB categories at scale?
Get API or Zapier access to this classifier for free. It's perfect for:
- Ads Networks: Automate ad targeting by classifying website content into relevant IAB categories.
- Content Management Systems: Assist publishers in categorizing their content to attract appropriate advertisers.
- SEO Marketing Agencies: Optimize content strategy by identifying IAB categories within industry-specific content.
- Media Portals: Streamline content categorization to improve the user experience and sell higher-value ads.
- E-commerce Platforms: Classify product listings and descriptions according to IAB categories for better ad placements.
- Market Research Firms: Analyze and report on content trends across various industries using IAB category data.
- Social Media Platforms: Improve content discovery and advertadisement matching by categorizing user-generated content.