Integrations
Higgsfield
Realms are hungry for cinematic material. Seyu imports the video and imagery that generative tools like Higgsfield export, and treats them as first-class scene assets.
How it works
Generate your motion in Higgsfield, then hand the export to Seyu: drop the file into the composer, attach it to a brief, or reference it by URL through the API. Seyu ingests standard video and image formats, so anything these tools export just works.
POST /v1/realms
curl https://api.seyu.app/v1/realms \
-H "Authorization: Bearer $SEYU_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seyu-apollo",
"brief": "a launch realm for our fragrance.
the hero moment is this generated
film, smoke curling in slow motion.",
"assets": [
{ "url": "https://cdn.example.com/higgsfield-hero.mp4" }
]
}'What Seyu does with it
- Hero moments.A generated film becomes the centerpiece of a chapter, color-graded into the realm's art direction.
- Living surfaces. Motion loops play as textures inside the scene: on screens, water, fabric, or glass.
- Atmosphere. Generated imagery feeds backdrops and environment lighting, so the whole realm inherits its mood.
Everything is transcoded, streamed adaptively, and paused off-screen like every other asset in a realm, so cinematic material never costs you performance.
Note
Seyu works with the files these tools export. Use assets you have the rights to, and check the terms of the tool that generated them.