Pangram detects Gemini 3! Learn more

Pangram API

AI Content Detector API

Python SDK

Download our easy-to-use Python package:

 pip install pangram-sdk
from pangram import Pangram
pangram_client = Pangram()
text = "The quick brown fox jumps over the lazy dog."
result = pangram_client.predict_extended(text)
print(result)

Inference API

Use our inference API directly:

curl 'https://text-extended.api.pangramlabs.com' \
-X POST \
-H 'Content-Type: application/json' \
-H 'x-api-key: my-api-key' \
-d '{
    "text": "The quick brown fox jumps over the lazy dog."
}'

Find my API Key

  • Create an account or log in to the dashboard.

  • Click API in the header bar.

  • Find your API key on the left hand side of the page.

  • High-volume projects

    If you plan on using more queries than supported in the Pro plan, please reach out. We are more than happy to support large-scale AI detection projects.

    Research API access

    We grant API credits for noncommercial research projects. Get in touch and we will be more than happy to help!

    Flexible pricing options
    depending on your AIdetection needs.

    Pangram is available with different pricing plans to suit your AI detection needs.

    Choose from our tailored plans designed for individuals, professionals, educational institutions, developers, and enterprises.

    Each plan is designed to support the volume of AI scans, features, and integrations you need.