Developer platform

Playground

Say something in Derja and hear it come back as text. No microphone handy? The twelve sample clips below are the fallback.

Or fall back to a sample clip

All twelve are Dido's own renders: this demo feeds our text-to-speech straight back into our ears. That makes them clean, labelled audio for wiring up a request, and weak evidence about the model. The microphone above is the test that counts, because it is audio nothing here produced.

Each clip's known transcript stays hidden until you transcribe it, then appears next to what came back. An answer printed above the question is not a demo.

Everyday

Transcript hidden until you transcribe it

0:00 / 0:00
A question

Transcript hidden until you transcribe it

0:00 / 0:00
Warmth

Transcript hidden until you transcribe it

0:00 / 0:00
Code-switched

Transcript hidden until you transcribe it

0:00 / 0:00
Code-switched

Transcript hidden until you transcribe it

0:00 / 0:00
Short

Transcript hidden until you transcribe it

0:00 / 0:00
A story

Transcript hidden until you transcribe it

0:00 / 0:00
A question

Transcript hidden until you transcribe it

0:00 / 0:00
Calming down

Transcript hidden until you transcribe it

0:00 / 0:00
Code-switched

Transcript hidden until you transcribe it

0:00 / 0:00
Code-switched

Transcript hidden until you transcribe it

0:00 / 0:00
Short

Transcript hidden until you transcribe it

0:00 / 0:00
Request
curl https://baarcha.tn/api/v1/audio/transcriptions \
  -H "Authorization: Bearer $BAARCHA_API_KEY" \
  -F file=@'female-street.mp3' \
  -F model=fennec

Runs against the public v1 API with your key. This page executes the same call keylessly as a demo.