Batch Transcribe
Create Batch
POST https://api.lelapa.ai/v1/transcribe/batch
HEADERS
X-CLIENT-TOKEN string required
API token generated for the project.
Code
RESPONSE
🟢 201 Created
RESPONSE example (200)
🟠 401 Unauthorized
Upload Files
This will batch upload all files in the current folder ("-s .") to the destination container ("-d .").
Code
Process Batch
HEADERS
X-CLIENT-TOKEN string required
API token generated for the project.
PARAMS
diairise int optional Boolean value to enable diarisation. Set to 1 to enable diarisation. Set to 0 or remove to disable diarisation.
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
🟢 202 Accepted
🟢 204 No Content
🟠 401 Unauthorized
Get All Customer Batch Transcriptions
GET https://api.lelapa.ai/v1/transcribe/batch
This endpoint retrieves all batch transcriptions for a customer.
HEADERS
X-CLIENT-TOKEN string required
API token generated for the project.
RESPONSE
🟢 200 OK
RESPONSE example (200)
🟠 401 Unauthorized
Get Batch Transcription Results
GET https://api.lelapa.ai/v1/transcribe/batch/{batch_id}/transcriptions
This endpoint retrieves the transcriptions for a batch.
HEADERS
X-CLIENT-TOKEN string required
API token generated for the project.
PARAMS
batch_id string required
The id of the batch to retrieve transcriptions for.
RESPONSE
🟢 200 OK
RESPONSE example (200)
Code

