Skip to main content
POST
File Upload
This API is deprecated. Please use the new EkaScribe Protocol APIs (Create Session → Upload Audio → End Session) or the SDKs instead.

Parameters

Response

HTTP Status Codes


Authorizations

Authorization
string
header
required

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

Query Parameters

txn_id
string
required

Session ID for file upload

Example:

"txn_301"

action
enum<string>
default:ekascribe-v2

Upload action type

Available options:
ekascribe-v2
Example:

"ekascribe-v2"

Response

Presigned URL generated successfully

uploadData
object

Contains the S3 upload URL and required form fields

folderPath
string

The folder path where files will be stored in S3

Example:

"EC_173210496011417/txn_301/20250617_105524/"

txn_id
string

Transaction ID to be used for subsequent operations

Example:

"txn_301"