v1
latestOpenAPI 3.1.02026-07-13154170539.0 KBStorage
Generate a signed URL for a GCS object
Generates a temporary signed URL that provides time-limited access to a Google Cloud Storage object without requiring authentication.
The signed URL can be used to download the object directly via HTTP GET.
post/v0/storage/signed-url
Request body
Example request
{
"gcs_uri": "gs://my-bucket/images/photo.jpg"
}Response
Signed URL generated successfully