Australian Transcription¶
The Australian Transcription is a speech-to-text API with automatic speaker diarization. All data is processed and stored in Australia.
Key Features¶
- Data sovereignty — All audio and transcription data is processed and stored in Australia
- Speaker diarization — Automatically identify and label different speakers in a conversation
- Flexible language support — Default is English, with support for many other languages
- Prompt guidance — Provide spelling for words and abbreviations in the recording to improve accuracy
- Simple REST API — One request to transcribe, poll for results
- Pay-as-you-go — $0.02 AUD per minute of audio, no subscription required
- Web dashboard — Manage API keys, billing, and test transcriptions interactively
How It Works¶
- Submit your audio file to the
/api/v1/transcribeendpoint - Poll the
/api/v1/jobs/{job_id}endpoint until the job completes - Retrieve the transcription text and speaker diarization from the response
That's it — file cleanup is handled automatically.
Getting Started¶
- Register for an account and get your API key
- Follow the Quickstart guide to transcribe your first file
- Explore the full API Reference
Code Examples¶
Ready-to-use examples for common languages:
Dashboard¶
Manage your account through the web dashboard:
- API Keys — Create and manage your API keys
- Billing & Credits — Top up credit and manage payments
- Playground — Test transcriptions in your browser
Support¶
- Email: support@icana.ai
- Website: icana.ai