Get Workflow Yaml Presigned Url
Get a presigned URL to upload workflow YAML directly to S3 from the browser.
This avoids sending the YAML content through the backend, reducing latency
and avoiding KMS permission issues in local development.
Authentication
X-Browser-Use-API-Keystring
API Key authentication via header
Path Parameters
workflow_id
Request
This endpoint expects an object.
sizeBytes
Size of the YAML file in bytes
fileName
The name of the YAML file to upload
Response
Successful Response
url
The URL to upload the YAML file to
method
The HTTP method to use for the upload
fields
The form fields to include in the upload request
s3Key
The S3 key where the file will be stored
expiresIn
Number of seconds until the presigned URL expires