EkaScribe APIs
Initialize Transaction
Start the transcription process for the uploaded audio files. This endpoint is called after uploading any audio files in S3 bucket for transcription and processing.
POST
Initialize Transaction
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier for the transaction session
Example:
"test_1234"
Body
application/json
Response
201
application/json
Transaction initialized successfully
The response is of type object
.
Initialize Transaction