Back to APIs

Unified Agent API

Transcription

Transcription

Transcribe audio/video with speaker diarization and timestamps.

POST/v1/audio/transcribe

Overview

Transcribe audio with speaker diarization and timestamps

Parameters

audio_url

Required

string

URL to audio or video file.

language

string (default: en_us)

Language code.

speaker_labels

boolean (default: true)

Enable speaker diarization.

Example Response

{"success":true,"data":{"transcript":"Hello, welcome to the meeting...","confidence":0.95,"speaker_count":2,"duration_seconds":120.5},"credits_used":3}

Get Started

Use this API through the O-mega platform. Create an API key in your dashboard, then call the endpoint with your key in the Authorization header.

Try Transcription

Test Transcription in the interactive playground. No setup required.

Open Playground
Transcription API | Unified Agent APIs | suprsonic