higgsfield

Generates short videos from images using the Higgsfield API via the Pixazo gateway.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Pixazo-AI/skills --skill higgsfield-pixazo-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: higgsfield
Source: https://github.com/Pixazo-AI/skills/tree/main/skills/higgsfield
Command: npx skills add https://github.com/Pixazo-AI/skills --skill higgsfield-pixazo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a static image into a short animated video normally requires video editing tools or direct integration with a video generation API. This Skill lets an AI agent call the Higgsfield image-to-video model through the Pixazo API, handling authentication, request formatting, async polling, and error handling for you. ## Core Features & Use Cases - Image-to-Video Generation: Submit a prompt plus one or more input images to the Higgsfield dop-lite model and receive a fixed ~5-second video clip. - Managed API Key Flow: Guides the agent to find or securely store your Pixazo API key in ~/.pixazo/api-key so you only provide it once. - Async Polling & Error Handling: Polls the task status endpoint until the video is ready and translates 401/402/429/5xx responses into clear user-facing messages. - Use Case: A content creator has a product photo and wants a short cinematic clip for social media — the agent submits the image with a motion prompt, polls until done, and returns the video URL. ## Quick Start Ask the agent to generate a short video from an image using Higgsfield, for example: "Use Higgsfield to animate this product photo into a 5-second cinematic clip."

Frequently Asked Questions about higgsfield

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a video from an image with Higgsfield?▼

Send a POST request to the Pixazo image-to-video endpoint with the model set to dop-lite, a text prompt, and a list of input image URLs. The response returns a task ID that you poll until the video URL is ready.

How long are Higgsfield generated videos?▼

Higgsfield produces a fixed clip of approximately 5 seconds. The length is not adjustable through the API parameters.

Where do I get a Pixazo API key for Higgsfield?▼

Sign in at https://api-console.pixazo.ai/api_keys, click "Create new key", and copy it. The Skill saves it to ~/.pixazo/api-key so you only enter it once.

Why is my Higgsfield video request returning a 401 or 402 error?▼

A 401 means the API key is missing or invalid, so generate a fresh key at the Pixazo console. A 402 means your account is out of credits and needs a top-up at the Pixazo dashboard.

Can Higgsfield generate videos from text only without an image?▼

No. The exposed operation is image-to-video, which requires at least one input image URL in the input_images field along with a prompt. For text-only video generation, use a different Pixazo video skill.