curl --request GET \
--url https://cloud.comfy.org/api/features \
--header 'X-API-Key: <api-key>'{
"supports_preview_metadata": true,
"max_upload_size": 123
}Returns the server’s feature capabilities
curl --request GET \
--url https://cloud.comfy.org/api/features \
--header 'X-API-Key: <api-key>'{
"supports_preview_metadata": true,
"max_upload_size": 123
}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.
Was this page helpful?