What's New
API Token Authentication
- Personal access tokens for programmatic API access
- Multiple auth methods: Bearer header, X-API-Token, API-Token, query parameter
- Token management UI in Account Settings
- Flexible expiration (custom periods or non-expiring)
- Secure SHA-256 hashed storage
- Last-used tracking for audit purposes
Integration Support
- Compatible with n8n, Zapier, Make, and custom scripts
- Full API access to recordings, transcripts, and tags
- CSRF-exempt for automation workflows
Documentation
- New API Tokens guide with usage examples
- Python and shell script integration examples
Upgrade
docker pull learnedmachine/speakr:latest
docker compose down && docker compose up -dCompatibility
- ✅ Fully backward compatible with v0.6.x
- ✅ No configuration changes required
- ✅ Database auto-migrates on startup
Full Changelog: v0.6.2...v0.6.3