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.
The process involves two main steps:
uploadData
and folderPath
to upload your file to S3 using multipart form dataParameter | 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) |
{txn_id}.json
in the same folder as audio filesx-amz-meta-
prefixBearer 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
The response is of type object
.