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(text)
print(result)

Inference API

Use our inference API directly:

curl 'https://text.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!

    Pricing

    Flexible pricing options depending
    on your AI detection needs.
    INDIVIDUAL
    $12.5/ month, billed $150 per year
    Yearly option for users with recurring submissions.
    Up to 600 AI scans per month (Documents over 1000 words use 1 credit per 1000 words)
    Full access to dashboard features.
    Interpretability features to understand what parts of the text are AI.
    File upload and OCR for scanned documents.
    PROFESSIONAL
    $37.5/ month, billed $450 per year
    Yearly option for users with recurring submissions.
    Up to 3000 AI scans per month (Documents over 1000 words use 1 credit per 1000 words)
    Full access to dashboard features.
    Interpretability features to understand what parts of the text are AI.
    File upload and OCR for scanned documents.
    Educational Institution
    $5per student per year
    License for schools, districts, and universities.
    Unlimited dashboard and Chrome extension access for faculty.
    Full regulatory data compliance.
    Canvas integration included - automatic AI checks in assignments.
    Google Classroom integration included - automatic AI checks in assignments.
    Rest of academic year free with 2025-2026 academic year contract.
    DEVELOPER
    $100/ month
    Only monthly plan available for developer tier.
    API Key Included.
    Up to 1,000 words per query (longer queries will be billed as length/1000 words)
    2,000 queries per month included (priced at $0.05/query)
    Next 50k queries per month: $0.02/query (up to $1000)
    Next 100k queries per month: $0.01/query (up to $1000)
    Free for academic researchers (contact us)
    ENTERPRISE
    Variable Pricing
    Custom option for organizations dealing with large volumes of data.
    Contact us for progressive discounting beyond the developer tier
    SOC 2 compliance, enterprise-level security.
    API access for developers.
    Shared channel for development and support