Skip to main content

File Upload

The following documentation explains how to integrate with the File Upload API. This API is used to upload files to a specified folder.

API Endpoint

Endpoint URL: POST https://api.trential.dev/utility/api/1.0/files?folderName=bgv-tenth

Try it out

Request

To upload a file, send a POST request with the required headers and multipart/form-data payload.

Request Example

curl 'https://api.trential.dev/utility/api/1.0/files?folderName=bgv-tenth' \
= -H 'authorization: Bearer Your Token