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.

Language
Authorization
Header
Click Try It! to start a request and see the response here!