Presigned Upload URL
POST/workstations/:workstation_id/browser-use/v1/uploads/presigned-url
Returns a presigned URL for uploading a file to the user's files bucket.
After uploading a file, the user can use the included_file_names
field
in the RunTaskRequest
to include the files in the task.
The presigned URL expires after 1 hour. Use a PUT request to upload the file to the returned URL.
Request
Responses
- 200
- 422
Successful Response
Unprocessable Entity - cannot find requested asset associated with your API key.