object

SignedUrlData

Represents a signed URL with its expiration time
Fields
The original URL/path that was provided in the request. Example: "https://cdn.pixelbin.io/v2/falling-surf-7c8bb8/fyndnp/wrkr/company/61/self/legal/documents/free/original/sample.pdf".
signed_url
String
A pre-signed URL that provides temporary access to the file in the private bucket. This URL includes authentication parameters and can be used to download the file directly. Valid until 'expiry' time. Example: "https://storage.googleapis.com/bucket/company/61/self/legal/documents/free/original/sample.pdf?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=...&X-Goog-Signature=...".
expiry
Int
The time in seconds until the signed URL expires. After this time, the signed_url will no longer work and a new one must be requested. Example: 300.