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
}Documentation Index
Fetch the complete documentation index at: https://dripart-mintlify-e28287af.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.