BifrostAPI
Models/speechmatics/speechmatics-standard
S
speechmatics
NEW

Speechmatics Standard

TextAudio
Transcribe
≈$0.09
/ min

No description available for this model yet.

Quick start

How to call

POST /v1/audio/transcriptions
bash
curl https://conduit-api.bifrostapi.net/v1/audio/transcriptions \
  -H "Authorization: Bearer ck-YOUR_KEY" \
  -F "file=@audio.mp3" \
  -F "model=speechmatics-standard"

→ Multipart upload (file=…), or JSON {"model","url"}. Returns the transcript.

Auth, billing & streaming → Quickstart

More from speechmatics