---
title: AI Text Content Classification API
slug: content-classification
url: https://apyverse.com/apyhub/service/content-classification
provider: ApyHub
categories: [Artificial Intelligence]
auth: api_key
---

# AI Text Content Classification API

Classify text with Google-based analysis. Send text and receive a structured result under data.google for routing, moderation, or text analysis.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `ai/text/content/classification` | What it does Classifies the provided text using the requested service and returns a JSON object con… | 500 |

## About

## What it does
Content Classification helps you classify text with Google-based analysis. Send a `text` string and set `requested_service` to `google`; you can also include a `google` object with a `key` and `google_language`.

The response wraps the result under `data.google` when Google is requested. The schema does not define specific classification fields, so expect a structured Google payload rather than fixed labels. That makes the service suitable when you need to route or inspect text using the output returned by Google’s classifier.

Use Content Classification when you need to score, label, or otherwise analyse user-generated text before storing it, moderating it, or passing it into another workflow. For example, you can send review text, support messages, or form submissions and use the returned classification data to decide the next step in your pipeline.

If you are wiring this into an application, keep your integration simple: provide the text, choose the requested service, and read the structured result from `data.google`.

## Usage

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