Workflows and apps
One file's download URL
A presigned URL for a single file in the live bundle. Binary-safe.
GET
https://cloud.generalinput.com/v1/workflows/:id/file-url?path=AuthenticationRequires
workflows:manage on a personal API key. A CLI session always passes.A short-lived presigned GET for one file of the live bundle, named by path. Use it when you want a single asset without pulling the whole bundle; the bytes come straight from storage, so binary files (images, fonts, xlsx) survive intact.
Query
| Param | Required | Notes |
|---|---|---|
path | yes | The file's path within the bundle, e.g. main.ts. |
Response
{
"url": "https://storage.example/…?X-Amz-Signature=…",
"fileName": "main.ts",
"contentType": "text/plain"
}A path with no matching file answers 404.