Skip to main content
Image and video generation, including camera-motion animation. For a hero video that would otherwise need a shoot.

Connecting

In the dashboard, open Connectors, find Higgsfield and press Connect. The key you enter is checked against Higgsfield before anything is saved, so a key that is refused never becomes a connection that fails later.

What you will need

Getting the credential

  1. Sign in at higgsfield.ai and open the API section
  2. Create an API key — you get a key id and a key secret, and this connector needs both
  3. Paste both into the connector

Notes

  • Everything is asynchronous. Starting a job returns a request_id and status: "queued". Call get_request_status until the status is completed. Jobs can also end failed, canceled or nsfw.
  • Finished media is copied onto BoostGPT storage, so the link the agent hands back keeps working. Higgsfield keeps its own outputs for about seven days.
  • Authentication uses both halves of the key: the header is Key <id>:<secret>.

What an agent can do with it

Useful resources