Files
Upload File
Upload your file to the presigned URL from Get Upload URL
PUT
Upload your file’s binary content to the
presignedUrl received from Get Upload URL.
Headers
string
required
MIME type matching your file (e.g.,
application/pdf, image/png, text/csv)Body
Raw binary data of your file.Response
Returns HTTP200 on success with an empty body. Reference the file afterwards via the fileUrl from Get Upload URL in your Execute Case payload.