# Step-by-step instructions

Unitary's content classification API is designed to classify harmful content accurately.

Integrating Unitary's API will help your organization effectively moderate user-generated content and ads, reduce user reports, protect brand reputation, and maintain strong partnerships to ensure the continued success of your platform.

Unitary's AI will allow your human teams to focus on higher-value initiatives.

You'll be able to stop worrying about users and advertisers losing trust in your platform.

{% hint style="info" %}
If you need **help** or have any **feedback**, please get in touch with us at <support@unitary.ai>.
{% endhint %}

### Steps to integrate with Unitary's API

1. Request an API Key from Unitary (<support@unitary.ai>).
2. Decide which API endpoint(s) are best for your use case:
   * The [items-and-characteristics](https://docs.unitary.ai/api-references/items-and-characteristics "mention") provide granular signals for identifying harmful or sensitive elements within content, such as 'smoking\_and\_tobacco' or 'knife'.
   * The [detoxify](https://docs.unitary.ai/api-references/detoxify "mention") should be used for identifying harmful or offensive language in user-generated text content, such as captions or comments.
   * The [policy-classification](https://docs.unitary.ai/api-references/policy-classification "mention") provide a more advanced understanding of content that goes beyond simply detecting potentially harmful signals - by taking context and intent into account.
   * The [virtual-moderator-endpoint](https://docs.unitary.ai/api-references/virtual-moderator-endpoint "mention") provides an easy way to integrate with our Virtual Trust & Safety Agents which leverage a blended solution of AI and humans for our most advanced understanding of content, giving you human-level accuracy quickly and reliably.
3. Integrate the relevant API endpoint(s) - it's recommend you start by reading the [features-and-requirements](https://docs.unitary.ai/api-references/features-and-requirements "mention") and [authentication](https://docs.unitary.ai/api-references/authentication "mention").
4. (Optional) [integrating\_webhooks](https://docs.unitary.ai/api-references/integrating_webhooks "mention") will allow you to build a more robust integration that enables you to act on the API classifications as soon as they have been processed.

Your integration experience should be as seamless and straightforward as possible. If you encounter any issues or have feedback to share, please reach out to <support@unitary.ai>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.unitary.ai/get-started/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
