---
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
  - `free_tier_balance` object — Free-tier job allowance for an authenticated non-paid (FREE-tier) user in the rollout. Absent for paid users and unauthenticated requests. Synthesized from config before a grant row exists so a brand-new user still sees their full allowance.
    - `allowance` integer, required — Total free jobs granted for the current period
    - `remaining` integer, required — Free jobs remaining (allowance - used, floored at 0)
    - `used` integer, required — Free jobs consumed so far
  - `max_upload_size` integer — Maximum upload size in bytes
  - `supports_preview_metadata` boolean — Whether the server supports preview metadata

---

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