v1
latestOpenAPI 3.1.02026-07-13154170539.0 KBStorage
Download a GCS object as base64
Downloads the content of a Google Cloud Storage object and returns it as a base64-encoded string.
This is useful for retrieving binary content (images, files) through the API without requiring direct GCS access.
post/v0/storage/download
Request body
Example request
{
"gcs_uri": "gs://my-bucket/images/photo.jpg"
}Response
Object content downloaded successfully