Homepage Icon

TAYLOR

For the top media and ad operations teams

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.

For AdTech, Media Agencies, and Publishers

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.

Enriching and augmenting all ad copy and marketing content

AdTech and Ad Operations Teams use Taylor to build powerful, high-quality classifiers for their content.

"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!"


Homepage Icon

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.

Out of the Box Content Classifiers
Enrich your ad and content copy with all your classifications on the go.
Custom Classifiers
Got your own internal content taxonomy? Want to work with your own tags and labels? Build your own classifier and use it immediately.
Continuous Improvement
Your classifiers evolve with your needs and your data. Provide corrections via the application or the API to directly improve accuracy.
Total Observability
You control and manage your classifier's configurations. Set your confidence threshold to only return the labels you need.

Content Classification

1

Enter text below

This IAB Content classifier categorizes content. Paste in any content and get the IAB Content code.

2

Get labels

Click 'Generate Label' to see the label here. If the input text is ambiguous or inconclusive, no labels will be returned.

For developers

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.

One API call to classify.
Absolute control with confidence thresholds and max labels.
Out of the box tooling and accuracy monitoring.
example.py
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
}"
)

Create your own classifier with your content and ad labels for free

We'll handle the infrastructure and maintenance.