Tag your ad copy and media content with IAB content codes, topic labels, brand safety tags, and more. Use our out-of-the-box classifiers or create your own.
IAB Content Classifier
Classify publisher content, ad copy, and campaigns by IAB content codes to group relevant content together, avoid brand safety issues, and improve ad targeting.
"Ready to take your workouts to the next level? FitTrack is your ultimate fitness companion, offering personalized workout plans, real-time progress tracking, and nutrition guidance—all in one easy-to-use app. Customized Workout Plans Track Your Progress Nutrition and Meal Plans Join a Community of Fitness Enthusiasts Download FitTrack today and start your journey to a healthier, stronger you!" Call to Action: "Download Now and Get a Free 7-Day Trial!"
Topic:
Health & Wellness(97% confidence)IAB Content:
225: Fitness an Exercise(93% confidence)IAB Product:
1294: Workout and Step Tracking Applications(93% confidence)Brand Concern:
FALSE(96% confidence)Brand Safety Violation:
N/A(94% confidence)Intent:
Consumer Product Advertising(93% confidence)Stay focused on building product, not on building and maintaining machine learning models.
Instead of hiring ML engineers to implement your classifications or other complex data enrichments, use Taylor and get started in minutes.
Enter text below
This IAB Content classifier categorizes content. Paste in any content and get the IAB Content code.
Get labels
Integrate with just one simple API call
Sign up for our free Starter plan and integrate a classifier in minutes. Use the no-code interface or integrate with our API directly.
res = requests.post(
"https://api.trytaylor.ai/api/public_classifiers/predict",
headers={"Authorization": f"Bearer {api_key}"},
json={
"model": "naics",
"texts": [
"""
Pfizer Inc. is an American multinational pharmaceutical and biotechnology corporation headquartered at The Spiral in Manhattan, New York City. The company was established in 1849 in New York by two German entrepreneurs, Charles Pfizer (1824–1906) and his cousin Charles F. Erhart (1821–1891).
""",
],
"top_k": 1, # the max number of predictions to return
"threshold": 0.6, # the minimum confidence (0 to 1) required to return a label
}"
)