files
Upload any files to the storage
Usually when you run something, you want to upload a file, image etc.
GET
/
upload-url
Authorizations
Authorization
string
headerrequiredCreate your token in Comfy Deploy
Query Parameters
type
enum<string>
requiredAvailable options:
image/png
, image/jpg
, image/jpeg
, image/webp
, video/mp4
, video/webm
, application/octet-stream
, application/zip
file_extension
string
file_size
string
requiredResponse
200 - application/json
upload_url
string
requiredfile_id
string
requireddownload_url
string
requiredWas this page helpful?