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

# Introduction

> Welcome to Mocra documentation

## What is Mocra?

Mocra provides observability for video generation workflows. Use the REST API or one of the SDK clients to analyze videos against quality criteria, such as unnatural physics, inaccuracies, or custom rules. Get severity scores that you can use to prevent bad videos from reaching users.

## Get started

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
    Get an API key, choose your preferred interface, and run your first request in a few steps.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction" horizontal>
    Endpoint reference, request/response shapes, and authentication for the Mocra API.
  </Card>

  <Card title="JavaScript SDK" icon="js" href="/sdks/javascript" horizontal>
    Full reference for the Mocra JavaScript SDK, including installation, usage, and error handling.
  </Card>

  <Card title="Python SDK" icon="python" href="/sdks/python" horizontal>
    Full reference for the Mocra Python SDK, including installation, usage, and error handling.
  </Card>
</Columns>
