Pangram Logo
pangramlabs
Pangram API

Identify AI at scale with our 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 1000 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.
    PROFESSIONAL
    $25/ month, billed $300 per year
    Yearly option for users with recurring submissions.
    Up to 5000 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.
    API access for developers.
    ENTERPRISE
    Variable Pricing
    Custom option for organizations dealing with large volumes of data.
    Volume-based discounts.
    SOC 2 compliance, enterprise-level security.