> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moderationapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get started

> Moderation API is a full stack content moderation solution.

## Quickstart

Learn how to get started with Moderation API in 5 minutes.

<CardGroup cols={2}>
  <Card
    title="TypeScript quickstart"
    icon={
  <svg
    xmlns="http://www.w3.org/2000/svg"
    width={26}
    height={26}
    viewBox="0 0 256 256"
  >
    <g fill="none">
      <rect width={256} height={256} fill="#007acc" rx={60} />
      <path
        fill="#fff"
        d="m56.611 128.849-.081 10.484h33.32v94.679h23.569v-94.679h33.32v-10.281c0-5.689-.121-10.443-.284-10.565-.122-.162-20.399-.244-44.983-.203l-44.739.122zm149.956-10.741c6.501 1.626 11.459 4.511 16.01 9.224 2.357 2.52 5.851 7.112 6.136 8.209.081.325-11.053 7.802-17.798 11.987-.244.163-1.22-.894-2.317-2.519-3.291-4.795-6.745-6.868-12.028-7.233-7.761-.529-12.759 3.535-12.718 10.321 0 1.991.284 3.169 1.097 4.795 1.706 3.535 4.876 5.648 14.832 9.955 18.326 7.884 26.168 13.085 31.045 20.48 5.445 8.249 6.664 21.415 2.966 31.208-4.063 10.646-14.141 17.879-28.323 20.277-4.388.772-14.791.65-19.504-.203-10.281-1.829-20.033-6.908-26.047-13.572-2.357-2.601-6.949-9.387-6.664-9.875.121-.162 1.178-.812 2.356-1.503 1.138-.65 5.446-3.129 9.509-5.486l7.355-4.267 1.544 2.276c2.154 3.291 6.867 7.802 9.712 9.305 8.167 4.308 19.383 3.698 24.909-1.259 2.357-2.154 3.332-4.389 3.332-7.68 0-2.967-.366-4.267-1.91-6.502-1.991-2.844-6.054-5.242-17.595-10.24-13.206-5.689-18.895-9.224-24.096-14.832-3.007-3.25-5.852-8.452-7.03-12.8-.975-3.616-1.219-12.678-.447-16.335 2.722-12.759 12.353-21.658 26.25-24.3 4.511-.853 14.994-.528 19.424.569"
      />
    </g>
  </svg>
}
    href="/quickstart/typescript"
  >
    Get started with TypeScript and npm
  </Card>

  <Card title="Python quickstart" icon="python" href="/quickstart/python">
    Get started with Python and pip
  </Card>

  <Card title="Go quickstart" icon="golang" href="/quickstart/go">
    Get started with Go
  </Card>

  <Card title="Ruby quickstart" icon="gem" href="/quickstart/ruby">
    Get started with Ruby
  </Card>

  <Card title="PHP quickstart" icon="php" href="/quickstart/php">
    Get started with PHP
  </Card>

  <Card title="Java quickstart" icon="java" href="/quickstart/java">
    Get started with Java
  </Card>

  <Card title=".NET quickstart" icon="microsoft" href="/quickstart/dotnet">
    Get started with .NET
  </Card>
</CardGroup>

## Not a developer?

If you're not a developer, you can still use the API. We have many integrations and no-code solutions that allows you to create projects and moderate content without writing a single line of code.

<CardGroup cols={2}>
  <Card title="Integrations" icon="cube" href="https://moderationapi.com/integrations">
    See our integrations and no-code solutions.
  </Card>
</CardGroup>

## Guides

Can't find your use case? [Contact us](https://moderationapi.com/sales) and we'll help you get started.

<CardGroup cols={2}>
  <Card title="Automate your moderation" icon="bolt" href="/content-moderation">
    Automate your moderation with the API.
  </Card>

  <Card title="Using review queues" icon="list" href="/review-queues">
    Learn how to use review queues to moderate content.
  </Card>

  <Card title="Guidelines" icon="pen-ruler" href="/policies/guidelines">
    Define custom rules in natural language for your channel.
  </Card>

  <Card title="Pre-built models" icon="cube" href="/models/overview">
    Get an overview of the pre-built models available.
  </Card>

  <Card title="Creating a custom model" icon="sparkles" href="/custom-models">
    Learn how to create a custom model in the dashboard.
  </Card>
</CardGroup>
