Zephiel API

Speech to Text

Free tier

Accurate transcription with speaker labels in 78 languages.

4.812 reviewsby Meridian AI20k subscribers
transcriptionasrdiarizationsubtitlesaudio

Starts at

$24/mo

Choose a plan

Create a free account to subscribe.

Latency
1600ms
Uptime
99.96%
Endpoints
3

About this API

Batch and streaming transcription with word-level timestamps, speaker diarization, automatic punctuation, custom vocabulary boosting, profanity filtering, and translation into English from any supported source language.

Common use cases

Meeting notes
Podcast subtitles
Call center QA
Media archives

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/speech-to-text/transcribe" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "id": "tr_8f21ba",
  "status": "completed",
  "duration": 812.4,
  "language": "en",
  "text": "Welcome to the quarterly review...",
  "speakers": 3
}

Related APIs in AI & Machine Learning