Releases: Tuteliq/python
Releases · Tuteliq/python
v2.1.0
What's New
Voice Analysis
analyze_voice()— Transcribe audio files and run safety analysis on the transcript- Supports mp3, wav, m4a, ogg, flac, webm, mp4
- Returns timestamped transcript segments for incident reports
Image Analysis
analyze_image()— Analyze images for visual safety concerns + OCR text extraction- Supports png, jpg, jpeg, gif, webp
- Runs text safety analysis on any extracted text
Webhook Management
list_webhooks(),create_webhook(),update_webhook(),delete_webhook()test_webhook(),regenerate_webhook_secret()
Pricing & Usage
get_pricing(),get_pricing_details()get_usage_history(),get_usage_by_tool(),get_usage_monthly()
Other
- Platform auto-tagging for all requests
- New error types:
QuotaExceededError,TierAccessError
v2.0.0 — Tuteliq Rebrand
Tuteliq v2.0.0
Complete rebrand from SafeNest to Tuteliq.
Breaking Changes
- Package renamed from
safenesttotuteliq - Class renamed from
SafeNesttoTuteliq - API endpoint changed to
https://api.tuteliq.ai - Environment variable changed from
SAFENEST_API_KEYtoTUTELIQ_API_KEY
Migration
- from safenest import SafeNest
+ from tuteliq import Tuteliq
- client = SafeNest(os.environ["SAFENEST_API_KEY"])
+ client = Tuteliq(os.environ["TUTELIQ_API_KEY"])What's New
- New domain: tuteliq.ai
- API docs: api.tuteliq.ai/docs
v1.1.0
What's New
- GDPR compliance endpoints (account deletion + data export)
- Customer ID tracking for multi-tenant/B2B2C scenarios
- Improved error handling with rich metadata
v1.0.1
- Fix usage headers to X-Monthly-* format
- API compatibility improvements
v1.0.0 - Initial Release
Official Python SDK for SafeNest - AI-powered child safety API.