Python
Python SDK
Add Insion moderation and content management to Python applications
The Python SDK provides InsionApi for synchronous applications and AsyncInsionApi for asynchronous applications. Both clients expose the same typed methods for records, users, and appeals.
Install
pip install insionCreate a synchronous client
from insion import InsionApi
client = InsionApi(token="<token>")Use Moderate a record when a decision is needed immediately. Use Ingest a record when moderation can be delivered asynchronously through webhooks.