Skip to main content
POST
/
voice
/
upload?mode=
{mode}
&txnid=
{txnid}
cURL
curl --request POST \
  --url 'https://api.eka.care/voice/upload?mode={mode}&txnid={txnid}' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'
{
  "message": "Upload successful!",
  "filename": "voice-2rx.m4a"
}

Documentation Index

Fetch the complete documentation index at: https://developer.eka.care/llms.txt

Use this file to discover all available pages before exploring further.

This API is deprecated. Please use the EkaScribe v2 APIs or the SDKs instead.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

txnid
string
required
mode
enum<string>
required
Available options:
dictation,
consultation

Body

multipart/form-data

The body is of type file.

Response

200 response

message
string
filename
string