Skip to main content
Bring your own Higgsfield API key to Comfy Router. Your Higgsfield generations then run on your Higgsfield account and bill there, not to your Comfy credits — so the usage accrues to your account, and any pricing or credits Higgsfield offers you apply. You still get one endpoint, one client, and the same request shape as every other model on Router.
Pricing and terms for your Higgsfield usage are set by Higgsfield on your own account. See Higgsfield for current details.

What changes when you bring a key

Everything else about the call is identical. You do not change your code to switch — you save a key, and Router uses it.
1

Get a Higgsfield API key

Create a key in the Higgsfield API console. This is their API product (a separate login from the consumer app). Higgsfield issues it as an id and secret pair, and Comfy stores it as the single string id:secret — keep the colon, and do not split it into two fields.
2

Save it in Comfy

Open Provider keys in your Comfy profile, choose Higgsfield, and paste the id:secret value.Your key is encrypted at rest and is never returned by the API once saved. Router reads it only to sign your own calls.
3

Create a Comfy API key

This is the key that authenticates you to Comfy, separate from the Higgsfield one. Create it in your Comfy workspace, then set:
Keep API keys on your server or in your local environment. These examples are for a terminal or server, not browser JavaScript.
4

Run a model

Copy and paste a code snippet below for your selected model.

Models

Balanced quality and speed. duration accepts 3–15 seconds.

Reading the result

run returns Higgsfield’s own terminal document. The download URL is at video.url:
Save it promptly:
Router polls Higgsfield for you, so queued and in_progress never reach you — you get the finished document or an error. nsfw, failed and canceled are the terminal failures; failed carries detail in error.

Notes

  • Validation happens before Higgsfield is called. A body outside the published bounds comes back 422 with the offending field named, and nothing is sent upstream — so a bad request costs you nothing.
  • Your key is used only for models you have a key for. Saving a Higgsfield key changes nothing about how any other provider on Router is billed.
  • Full request and response schemas for every model are in the Comfy Router reference.