99 languages, no setup
The language is detected automatically: English, Spanish, Polish, Russian and dozens more in a single stream.
Turn calls, voice messages and interviews into text in 99 languages. The protocol matches OpenAI Whisper, so switching takes one line of code.
10 minutes free — right after sign-up
After that — up to 0.006 USD per minute of audio, pay as you go
The language is detected automatically: English, Spanish, Polish, Russian and dozens more in a single stream.
A minute of audio is transcribed in a couple of seconds and returned in the same request — no queues, no polling.
Recordings and transcripts live no longer than 24 hours — just long enough to verify quality — then they are deleted.
Works with the official openai-sdk: only the base URL and key change. Response and error formats are identical.
Already calling OpenAI Whisper? Replace two lines.
from openai import OpenAI
client = OpenAI(base_url="https://voicesscribe.com/v1", api_key="your key")
r = client.audio.transcriptions.create(model="whisper-1", file=open("call.ogg", "rb"))
print(r.text)
Sign-up takes a minute; the key is issued instantly along with client area access.
Point the SDK at our endpoint with your key — the rest of your code stays untouched.
Minutes, transcript history and the invoice for the period are in your client area, live.
A single endpoint POST /v1/audio/transcriptions — just like OpenAI.
ogg · opus · mp3 · wav · m4a · webm — up to 25 MB
json · text · verbose_json · srt · vtt
The prompt parameter improves accuracy for names, brands and codes.
Ready-made srt and vtt, or timed segments in verbose_json.
Step-by-step instructions for the usual tasks — with code and error handling.
How to turn phone conversations into text and put it on a conveyor.
Zoom, Teams and Meet recordings into searchable text and action items.
Ready-made subtitles from a webinar or a video in a single request.
Eight fixes that actually move the word error rate on your own audio.
Same protocol and response formats, so your code stays as is — just point it to a different base URL and key. Recognition runs on our own hardware.
99 languages including English, Spanish, German, Polish and Russian. The language is detected automatically, specifying it is optional.
One minute of audio takes a couple of seconds. The text comes back in the same request — no status polling required.
Recordings and transcripts are kept for no longer than 24 hours so you can verify quality, then deleted automatically.
ogg, opus, mp3, wav, m4a, webm and other common formats up to 25 MB. Responses are available as json, text, verbose_json, srt and vtt.
Billing is per minute of audio: up to 0.006 USD per minute, with volume pricing on request. Only successful requests are counted — silence and errors are not billed.