EkaScribe V2
Initialize Transaction
Initialize a voice-to-prescription transaction before starting to send audio files. This endpoint must be called before uploading any audio files for transcription and processing.
POST
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
.