Seedance 2.0 Mini is live on viddly.io — video from $0.045/second 🚀
viddly.ioAI Model Gateway
API Market
ElevenLabsBest price

ElevenLabs Scribe API

Transcription with speaker labels

Accurate speech to text across 99 languages, with diarisation and word-level timestamps.

Speech to textDiarisationTimestamps99 languages

Quickstart

Authenticate with a bearer token from your dashboard, then POST the request below.

curl -X POST https://api.viddly.io/v1/audio/generations \
  -H "Authorization: Bearer $VIDDLY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "elevenlabs-scribe",
    "audio_url": "<your audio_url>",
    "diarize": true
  }'

Parameters

NameTypeDefaultDescription
audio_url*stringAudio or video file to transcribe.
diarizebooleantrueLabel each speaker separately.
languagestringISO code. Omit to auto-detect.

Similar models