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.
| Parameter | Type | Required | Description |
|---|---|---|---|
txn_id | string | Yes | Session ID for file upload |
action | string | No | Upload action: ekascribe-v2 |
| Code | Description |
|---|---|
| 200 | Presigned URL generated successfully |
| 204 | File uploaded successfully |
| 403 | Upload failed (expired policy) |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Session ID for file upload
"txn_301"
Upload action type
ekascribe-v2 "ekascribe-v2"
Presigned URL generated successfully