v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Get Upload Signed URL

post/upload/signed-url

Request body

original_filenamestring required

The original filename with extension

Example request

{
  "original_filename": "video.mp4"
}

Response

Signed URL generated successfully

codestring

Response code indicating the result status

msgstring

Response message describing the operation result

successboolean

Indicates whether the operation was successful

failedboolean

Indicates whether the operation failed

Example response

{
  "msg": "success",
  "data": {
    "asset_id": "re_660736410386149376",
    "signed_url": "https://storage.googleapis.com/...",
    "expires_in": 93600
  },
  "success": true
}