post
https://api.trifft.io/v1/file/upload
Upload a file asset to the Trifft platform. Accepts either a file binary or a remote URL to fetch from. Returns a URL to the uploaded resource.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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.