Setting up integration with the AI higgsfield

Hello. I have a AI Higgsfield for video generation, but I didn’t find it when setting up the workflow. Tell me, can I somehow integrate it with other methods?

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Higgsfield does not have a native n8n node yet. You will need to use the HTTP Request node to call their API directly. Check Higgsfield documentation for their API endpoints, authentication method, and required parameters for video generation.

Set up an HTTP Request node with the correct method, headers, and body structure they require. Most AI video services use REST APIs with API key authentication, so it should be straightforward once you have their docs.

If they offer webhooks for completion callbacks, use a Webhook node to receive results asynchronously.