---
title: "Get server feature flags"
method: GET
path: "/api/features"
tags: ["node"]
---

# Get server feature flags

`GET /api/features`

Returns the server's feature capabilities

## Response `200`

Success

- object
  - `max_upload_size` integer — Maximum upload size in bytes
  - `supports_preview_metadata` boolean — Whether the server supports preview metadata

## Changes

- **2026-07-13** `c45ef26ef9b8` — 1 warning
  - removed the optional property `supports_model_type_tags` from the response with the `200` status
- **2026-07-09** `a4a552164a69` — 1 info
  - added the optional property `supports_model_type_tags` to the response with the `200` status
- **2026-06-03** `8560879e6188` — 1 breaking, 5 warning, 6 info
  - the `max_upload_size` response's property format changed from `int64` to no format for status `200`
  - removed the optional property `free_tier_credits` from the response with the `200` status
  - removed the optional property `max_concurrent_jobs` from the response with the `200` status
  - removed the optional property `posthog_api_host` from the response with the `200` status
  - …8 more
- **2026-05-05** `0d50eed29d03` — 6 info
  - added the optional property `free_tier_credits` to the response with the `200` status
  - added the optional property `max_concurrent_jobs` to the response with the `200` status
  - added the optional property `max_upload_size` to the response with the `200` status
  - added the optional property `posthog_api_host` to the response with the `200` status
  - …2 more
- …earlier changes not shown

[Full history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/features/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/c45ef26ef9b8/schema)
