Overview
Transcribe audio with speaker diarization and timestamps
Parameters
audio_url
Requiredstring
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.