File Upload
The File Upload API provides functionality to upload and attach multiple files to a registered case
The file upload process consists of two parts:
Providing the files to be uploaded and receiving signed upload URLs in return.
Making a
PUT
request to the provided URLs to complete the file upload.
File upload can be done after a case is registered using the File Upload API, which supports multi-upload. To initiate the upload process, simply pass a list of files as an array to receive the upload URLs.
For more details on the file upload process, please refer to the following pages.
Last updated