File Upload
EkaScribe APIs
Presigned URL
This endpoint generates presigned URLs for uploading audio files to S3. It provides the necessary credentials and upload parameters to securely upload files directly to AWS S3.
POST
File Upload
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.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
txn_id | string | Yes | Session ID for file upload |
action | string | No | Upload action: ekascribe-v2 |
Response
HTTP Status Codes
| Code | Description |
|---|---|
| 200 | Presigned URL generated successfully |
| 204 | File uploaded successfully |
| 403 | Upload failed (expired policy) |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Session ID for file upload
Example:
"txn_301"
Upload action type
Available options:
ekascribe-v2 Example:
"ekascribe-v2"
Response
Presigned URL generated successfully

