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

# Pangram Labs Documentation

> Detect AI-generated text with a simple REST API or Python integration

## Welcome to Pangram Labs

Pangram Labs provides AI-generated text detection and plagiarism checking through a simple REST API and Python SDK. Analyze text for AI authorship, detect AI-assisted writing, and check for plagiarism.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Install the Python SDK and make your first prediction in minutes.
  </Card>

  <Card title="Python SDK" icon="python" href="/sdk/python">
    Full reference for the Pangram Python client library.
  </Card>

  <Card title="REST API" icon="code" href="/api-reference/introduction">
    Integrate directly with the Pangram REST API.
  </Card>

  <Card title="AI Detection" icon="magnifying-glass" href="/api-reference/ai-detection">
    Detailed endpoint reference for AI text detection.
  </Card>

  <Card title="Bulk API" icon="layer-group" href="/api-reference/bulk-api">
    Submit asynchronous AI detection jobs for many texts.
  </Card>
</CardGroup>
