Upload or update a user data file
user
Upload or update a user data file
Upload a file to a user’s data directory. Optional query parameters allow control over overwrite behavior and response detail.
POST
Upload or update a user data file
인증
API key authentication. Generate an API key from your account settings at https://platform.comfy.org/profile/api-keys. Pass the key in the X-API-Key header.
경로 매개변수
The target file path (URL encoded if necessary).
쿼리 매개변수
If "false", prevents overwriting existing files. Defaults to "true".
사용 가능한 옵션:
true, false If "true", returns detailed file info; if "false", returns only the relative path.
사용 가능한 옵션:
true, false 본문
application/octet-stream
The body is of type file.