Cloud service

Vylo Voice

Speech to text and text to speech for Kurdish, Arabic and English.

Drop a voice note or record one in the browser. Vylo Voice writes it out in Kurdish, Arabic or English, can translate it, reads Kurdish text aloud, and answers questions about what was said.

4

languages and dialects

Badini + Sorani

Kurdish, both ways

API

and a web dashboard

What you get

Vylo Voice, feature by feature

Transcribe four languages

Kurdish Badini, Kurdish Sorani, Arabic and English, with automatic language detection for Arabic and English.

Accurate mode for Kurdish

Runs several recognition engines and reconciles where they disagree. The raw output stays beside the result so it can be checked.

Optional translation

Get the transcript translated as part of the same job.

Kurdish text to speech

Type Kurdish (Badini or Sorani) in the Arabic-based script and hear it read aloud.

Brief and Ask

Every finished recording gets a short brief, and you can ask questions answered from that transcript alone.

Record in the browser

Speak straight into the dashboard with a level meter and timer, then transcribe — no phone to carry across.

Pricing

Pricing on request

  • Accounts are opened by our team: tell us your volume and languages.
  • Fast mode for clear Arabic or English; accurate mode for Kurdish or anything that matters.
  • Every account includes the dashboard and an API key.
Transcribe with the API
curl -X POST https://voice.vylo-tech.com/api/transcribe \
  -H "Authorization: Bearer vsk_YOUR_KEY" \
  -F file=@note.opus -F language=kmr -F mode=accurate -F translate_to=en

Poll the job, then read the transcript, the brief and the translation. The Kurdish voices speak through /api/speak.

Questions

About Vylo Voice

Something else? Ask us on WhatsApp or through the contact form.

Can Vylo Voice transcribe Kurdish?

Yes — both Badini (Kurmanji) and Sorani, as well as Arabic and English. Accurate mode combines several engines for Kurdish and shows the raw output beside the result so it can be checked.

Can it read Kurdish text aloud?

Yes. Kurdish text to speech is available for Badini and Sorani, written in the Arabic-based script.

Is there an API?

Yes. Create a key in the dashboard and send recordings to /api/transcribe; text to speech is available at /api/speak.

How accurate is Kurdish transcription?

Kurdish speech recognition is still hard for every engine. Treat a Kurdish transcript as a strong lead and check it — the dashboard marks reconstructed transcripts clearly.