July 19, 2026·Guides

Higgsfield API: Access, Surfaces and Costs

There's no public Higgsfield REST API as of July 2026 — here's how access actually works across the web app, MCP, CLI, Canvas, and Supercomputer, and what it costs.

Written byCreetr TeamCreetr Team
Higgsfield API: Access, Surfaces and Costs
All posts

Updated July 2026: Higgsfield retired its Basic / Pro / Max plans, including the $9 entry tier, in early 2026. The current ladder is Starter $15/mo (200 credits), Plus $49/mo or $39 annually (1,000 credits), Ultra $129/mo or $99 annually (3,000 credits) and Business ~$89/seat. Higgsfield's pricing page renders client-side, so these figures are corroborated across five independent trackers rather than scraped — confirm on their site before paying.

Higgsfield does not publish a documented REST API with published per-call rates as of July 2026. What it does offer are three distinct access surfaces — the higgsfield.ai web app, an MCP server, and a CLI — plus Canvas and a "Supercomputer" mode, all metered by a shared credit system tied to your subscription tier. If you're trying to "call the Higgsfield API" the way you'd call OpenAI or Replicate, the honest answer is: that's not how this product is built, and understanding the actual surfaces will save you a wasted afternoon.

What does Higgsfield API mean today

Searches for "higgsfield api" mostly reflect intent, not an existing product. There's no public docs page listing REST endpoints, authentication flows, or per-request pricing for Higgsfield. That doesn't mean you can't integrate Higgsfield into a workflow — it means integration happens through MCP and CLI, not through a conventional HTTP API you'd hit with curl and an API key from a developer console.

This matters for planning. If your team's roadmap assumes "call Higgsfield programmatically like any other AI API," you need to re-scope around what's actually documented: an MCP server for agent-to-agent tool use, a CLI for scripted/batch workflows, and the Canvas interface for compositing shots. All three still draw from the same credit pool as your plan.

The access surfaces, one by one

higgsfield.ai (web app)

The primary surface. This is where account management, model selection, and generation history live. It's also the only surface where Higgsfield's unlimited-access and free-generation features apply — more on that below.

MCP (Model Context Protocol)

Higgsfield exposes an MCP server, which lets AI agents and MCP-compatible clients (coding assistants, automation tools) invoke Higgsfield's generation capabilities as a tool. This is the closest thing to "API access" in the traditional sense, but it's scoped to MCP semantics — tool calls through an agent runtime — not a standalone REST contract you integrate directly into a backend service.

CLI

A command-line interface for scripting generations, useful for batch jobs or pipeline integration where you don't want a human clicking through the web app for every asset. Like MCP, it draws credits from your plan.

Canvas

A compositing/editing surface for arranging generated assets — closer to a creative workspace than a generation endpoint, but it consumes the same credit pool.

Supercomputer

Higgsfield's higher-throughput generation mode, positioned for heavier workloads. Documented as a distinct surface from the web app, also credit-metered.

Does unlimited access travel

This is the single most important fact for anyone planning to build on MCP or CLI: Higgsfield's own pricing documentation states that unlimited models and free generations are accessible only via higgsfield.ai, not via MCP/CLI, Canvas, or Supercomputer.

In practice, that means any perk tied to "unlimited" on your plan stops at the web app's edge. If your integration plan routes generations through MCP or CLI — which is the natural choice for automation — you're spending metered credits on every call, full stop. Budget accordingly, and don't assume web-app economics carry over to a scripted pipeline.

What models can you reach through these surfaces

The model roster spans image and video generation, and it's genuinely broad — this is Higgsfield's strongest differentiator versus most single-model UGC tools:

CategoryModels
ImageNano Banana Pro (incl. 4K), Nano Banana 2, FLUX.2 Pro, FLUX.2 Max
VideoKling 3.0, Sora 2 Pro / Max (720p/1080p), Seedance Pro + Seedance Pro Fast (480p/720p/1080p), Higgsfield DoP Lite (720p), Soul 2.0, Cinema

Which models are reachable from MCP/CLI versus only the web app isn't itemized in public docs beyond the unlimited-access caveat above — treat model-by-model surface availability as something to confirm in-product before you architect around a specific one.

What is a credit-based cost model

Higgsfield prices in three consumer/prosumer tiers plus custom Business plans, all denominated in monthly credits with an in-tier slider to buy more headroom:

PlanMonthly PriceAnnual PriceCredits
PlanMonthlyBilled annuallyCredits
Free$0$0~10/day
Starter$15/mo$15/mo200/mo
Plus$49/mo$39/mo1,000/mo
Ultra$129/mo$99/mo3,000/mo (scales to 9,000)
Business~$89/seat~$62/seat1,500/seat/mo

(Source: higgsfield.ai/pricing, verified July 2026.)

Starter is credit-capped at 200 credits. Plus and Ultra both let you push past the base allotment via a slider, which is effectively pre-paying for more generation headroom without jumping a full tier. Business plans exist for teams needing more, but pricing isn't published — that's a sales conversation.

What's the real cost of API-style workflows

Because there's no published per-call rate card, you can't back into a "$X per generation" number the way you can with a metered API. What you can do is reason from the tier math: if you're running MCP or CLI workflows daily, model your expected generation volume against the credit counts above, and remember that heavier models (video, higher resolutions) will burn through a credit pool faster than a single low-res image call. Start on Pro if you're prototyping an automated pipeline — Basic's fixed 200 credits will bottleneck fast once you're scripting instead of clicking.

If your use case is specifically turning creative briefs into finished, publish-ready ads rather than raw model access, it's worth comparing against tools built for that end-to-end job rather than a generation surface — see our AI UGC generator guide and AI video generator guide for how that category is priced and structured differently.

When to use Higgsfield's Surfaces vs an ad tool

Higgsfield's strength is model breadth and cinematic control — Kling, Sora, Seedance, FLUX.2, and more, all under one credit system, reachable via MCP/CLI for automation. That's the right call if your team needs to experiment across foundation models or build custom generation pipelines.

It's the wrong tool if what you actually want is "product link in, finished vertical ad out" with minimal setup. That's a narrower, different job, and tools built specifically for it (see /tools) trade model breadth for a much shorter path to a publishable asset. For a full breakdown of Higgsfield's plan structure and what each tier unlocks, see our Higgsfield pricing guide; for general pricing across the category, /pricing is a useful reference point.

What's the bottom line

There's no public Higgsfield REST API with documented endpoints or per-call pricing as of this writing. What exists is a credit-metered ecosystem across the web app, MCP, CLI, Canvas, and Supercomputer — with the important restriction that unlimited/free access is a web-app-only perk. Plan your integration around MCP or CLI if you need automation, budget in credits rather than per-call dollars, and don't assume web-app pricing behavior extends to scripted workflows.

Frequently asked questions

Does Higgsfield have a public REST API?+

Higgsfield does not offer a public REST API for direct integration as of July 2026; instead, you can leverage programmatic access through our MCP (Machine Control Protocol) and CLI (Command Line Interface) tools. These interfaces allow you to automate tasks and integrate Higgsfield into your workflows just as you would with the web application. Both MCP and CLI usage are metered using the same credit system that governs your activity within the Higgsfield web app, ensuring a consistent and predictable cost structure for all your interactions. This approach provides robust control and automation capabilities without the complexities of managing a public API.

What's the difference between Higgsfield's MCP and CLI access?+

MCP exposes Higgsfield's generation tools to MCP-compatible agents and assistants — useful for agent-driven workflows. CLI is a command-line interface for direct scripting and batch jobs. Both consume credits from your plan; neither is a standalone REST API.

Can I get unlimited generations through the Higgsfield API or CLI?+

No, unlimited generations are not available through the Higgsfield API or CLI. While higgsfield.ai itself offers unlimited models and free generations, any automated access, including through the API or CLI, is metered by credits. This means that when you use these tools for generation, your usage will consume credits from your account. This credit system ensures fair usage and allows us to maintain the quality and availability of our services for all users. You can manage your credit balance and view usage details within your account dashboard.

How much does Higgsfield cost per month?+

Higgsfield offers tiered monthly plans starting at $9 per month for the Basic plan, which includes 120 fixed credits. The Pro plan costs $29 per month (or $23 billed annually) and provides 600 credits that can be expanded to 900. For more intensive needs, the Max plan is $79 per month (or $59 billed annually), offering 1,800 credits that can be scaled up to 3,600 or even 5,400 credits. Custom pricing is available for Business plans. You can find the full details and current pricing at higgsfield.ai/pricing.

What models can I access through Higgsfield?+

You can access a diverse range of advanced AI models through Higgsfield, including Nano Banana Pro (with 4K), Nano Banana 2, Kling 3.0, Sora 2 Pro/Max, Seedance Pro and Seedance Pro Fast, FLUX.2 Pro, FLUX.2 Max, Higgsfield DoP Lite, Soul 2.0, and Cinema, each offering unique capabilities for creating your short-form video ads. These models are designed to provide you with the tools to generate high-quality, engaging content efficiently. Whether you need photorealistic visuals, dynamic motion, or specific stylistic effects, this selection empowers you to experiment and find the perfect fit for your creative vision on Creetr.

Is there a per-generation price for Higgsfield's API?+

No, there isn't a published per-generation price for Higgsfield's API. Instead, pricing is credit-based and directly linked to your subscription tier on Creetr. You'll manage your usage by estimating how many generations you'll need against the credits allocated to your chosen subscription plan. This approach means you're not paying a fixed dollar amount per API call, but rather optimizing your credit consumption within your subscription's framework to control costs effectively. Focus on understanding your typical generation needs to select the most suitable tier.

What is Higgsfield's Supercomputer mode?+

Higgsfield's Supercomputer mode offers a distinct, higher-throughput generation surface for your AI-UGC content, operating separately from the web app, MCP, CLI, and Canvas. This advanced mode allows you to process more requests and generate content faster, significantly boosting your workflow efficiency. Importantly, Supercomputer mode utilizes the same credit pool as your existing plan, meaning there are no additional charges or separate pricing structures to manage. You simply draw from your available credits, making it a seamless and cost-effective way to accelerate your content creation on Creetr.