Skip to content

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

  1. Submit your audio file to the /api/v1/transcribe endpoint
  2. Poll the /api/v1/jobs/{job_id} endpoint until the job completes
  3. Retrieve the transcription text and speaker diarization from the response

That's it — file cleanup is handled automatically.

Getting Started

  1. Register for an account and get your API key
  2. Follow the Quickstart guide to transcribe your first file
  3. Explore the full API Reference

Code Examples

Ready-to-use examples for common languages:

Dashboard

Manage your account through the web dashboard:

Support