> ## 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.

# Introduction

> The Moderation API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

## Just getting started?

Check out our quickstart guide to get up and running.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/get-started/introduction">
    Get set up with Moderation API in 5 minutes.
  </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>

<Snippet file="official-sdks.mdx" />

<Snippet file="openapi.mdx" />
