GuardCrow Documentation

Learn how to integrate AI-powered content moderation into your application using our REST API.

Overview

GuardCrow provides a simple REST API for analyzing text content. Send any text to our endpoint and receive instant analysis including:

  • Toxicity scoring (0-10 scale)
  • Sentiment analysis (positive, negative, neutral, toxic)
  • Human-readable explanations
  • Category detection (insults, threats, spam, etc.)

How It Works

1

Get your API key

Sign up and create a project in your dashboard to get an API key.

2

Send content for analysis

Make a POST request to /v1/analyze with your content.

3

Handle the response

Use the passed boolean to decide whether to publish or block content.

Key Features

Fast

Sub-250ms response times

Accurate

AI-powered analysis

Simple

One endpoint, any language