Generate a secure presigned URL for uploading files to an agent session.
Request model for uploading a file to the user's files bucket.
The name of the file to upload
1 - 255The content type of the file to upload
image/jpg, image/jpeg, image/png, image/gif, image/webp, image/svg+xml, application/pdf, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/plain, text/csv, text/markdown 1 <= x <= 10485760Successful Response
Response model for a presigned upload URL.
The URL to upload the file to.
The HTTP method to use for the upload.
"POST"The form fields to include in the upload request.
The name of the file to upload (should be referenced when user wants to use the file in a task).
The number of seconds until the presigned URL expires.