API Reference
Base URL: https://api.rowton.intelligence/v1
GET
/user/me
Returns authenticated user profile and active subscriptions.
POST
/transcribe
Submit audio for server-side processing (optional cloud tier). Local-first apps use on-device inference by default.
| file | multipart audio (wav, mp3, m4a) |
| language | ISO 639-1 code (optional) |
GET
/license/verify
Desktop apps call this on startup to validate RowtonVoice subscription status.
Authentication uses Bearer tokens issued after OAuth or API key creation in Account Settings (production).