Fast Transcribe
Transcribe V1 has been deprecated!
The Transcribe V1 endpoint has been deprecated and will be removed in a future release. This documentation has been updated to reference the newer v2alpha API, which includes improvements and ongoing support. If you're still using V1, we recommend migrating to v2alpha as soon as possible to ensure continued functionality. API Reference
POST
https://vulavula-services.lelapa.ai/api/v2alpha/transcribe/fast
FORM DATA
upload string of bytes required
String of bytes of the file.
HEADERS
X-CLIENT-TOKEN string required
API token generated for the project.
CONTENT-TYPE string required
Set content-type
to multipart/form-data
PARAMS
lang_code string optional
This is the language code that we are going to use to transcribe the uploaded audio.
Optionally, you can specify a language code to specify which model you’re speaking on. The following language codes are valid
Code
If no language code is specified, our built-in language ID will select the most probable language.
Code
RESPONSE
🟢 200 OK
RESPONSE example (200)
RESPONSE BODY PARAMS
Object |
---|
text string required. The transcribed text of the provided audio file. |
lang_code string required. The language code representing the detected/provided language of the transcription, in this case, "sot" for Sesotho. |
diarisation dict required. Diarisation data when available. |