Get a presigned URL for direct upload to GCS.
This endpoint returns a presigned URL for uploading the entire filesystem archive directly to storage. Use it when you already have a prepared compressed archive, typicallyDocumentation Index
Fetch the complete documentation index at: https://docs.terminaluse.com/llms.txt
Use this file to discover all available pages before exploring further.
tar.zst, and want to upload that archive without proxying the bytes through the Terminal Use API.
tu fs push and the Python ADK sync internalsuploadFiletu fs push.Request model for presigned URL generation.
URL expiration time in seconds (default 1 hour, max 7 days).
60 <= x <= 604800Successful Response
Response model for presigned URL operations.
When the presigned URL expires.
Instructions for using the presigned URL.
HTTP method to use: 'PUT' for upload, 'GET' for download.
The presigned URL for direct GCS upload/download.
Content-Type header to use (required for PUT uploads).