post https://api.trifft.io/v1/file/upload
Direct File Upload
Utilize this variant of the endpoint when you have the file ready for upload. Send a POST request with the file included in the request body as form-data.
File Upload via URL
Opt for this variant when you wish to upload a file via a URL. Send a POST request with the URL specified in the request body as form-data, and the server will download the file from the provided URL before uploading it to the desired location.