Upload File From Url
PUT/api/v1/files/upload_from_url
Upload a file to the project from a URL.
If name is ommitted in the request payload, the file name will be extracted from the response Content-Disposition header if available or otherwise it will be derived from the URL path.
If providing the name in the request payload, always suffix the file extension in the name if available.
Request
Responses
- 200
- 422
Successful Response
Validation Error