Quickstart
Issue an API key from your dashboard, then transcribe your first audio file in three commands.
1. Create an API key
Sign up, create an organization, and generate an API key from /dashboard/api-keys. Your key starts with tmr_sk_.
2. Send your first request
curl -X POST https://tmrone.cloud/api/v1/transcribe \ -H "Authorization: Bearer tmr_sk_..." \ -F "[email protected]"
3. Inspect the response
The endpoint returns JSON with the transcription text and per-segment timing. See the transcribe API reference for full details.