跳转到主要内容
GET
/
api
/
userdata
/
{file}
Get user data file
curl --request GET \
  --url https://cloud.comfy.org/api/userdata/{file} \
  --header 'X-API-Key: <api-key>'
"<string>"

授权

X-API-Key
string
header
必填

API key authentication. Generate an API key from your account settings at https://comfy.org/account. Pass the key in the X-API-Key header.

路径参数

file
string
必填

The filename of the user data to retrieve.

响应

Successfully retrieved the file.

The response is of type file.