curl --request GET \
--url https://cloud.comfy.org/api/userdata/{file} \
--header 'X-API-Key: <api-key>'"<string>"Returns the requested user data file if it exists.
curl --request GET \
--url https://cloud.comfy.org/api/userdata/{file} \
--header 'X-API-Key: <api-key>'"<string>"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.
The filename of the user data to retrieve.
Successfully retrieved the file.
The response is of type file.
Was this page helpful?