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)
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.
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.