Skip to main content
GET
/
storage
/
generate-signed-path
Generate signed download path
curl --request GET \
  --url https://api.techforgeinnovate.com/storage/generate-signed-path \
  --header 'x-api-key: <api-key>'
{
  "signedUrl": "<string>",
  "expiresAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Query Parameters

path
string
required

Storage key to sign (e.g. ai-talking-videos/{projectId}/outputs/{file}.mp4).

Response

Signed URL generated.

signedUrl
string<uri>
required

Time-limited signed URL for downloading the file.

expiresAt
string<date-time>

Expiration timestamp for the signed URL.