Skip to main content
GET
/
api
/
features
Get server feature flags
curl --request GET \
  --url https://cloud.comfy.org/api/features \
  --header 'X-API-Key: <api-key>'
{
  "supports_preview_metadata": true,
  "max_upload_size": 123
}

Authorizations

X-API-Key
string
header
required

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.

Response

200 - application/json

Success

supports_preview_metadata
boolean

Whether the server supports preview metadata

max_upload_size
integer

Maximum upload size in bytes