cURL
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" }
Returns a temporary signed URL for the requested storage key.
Storage key to sign (e.g. ai-talking-videos/{projectId}/outputs/{file}.mp4).
Signed URL generated.
Time-limited signed URL for downloading the file.
Expiration timestamp for the signed URL.