No description available.
Playground is not available for this model type.
1import { config, higgsfield } from "@higgsfield/client/v2";23config({4 credentials: process.env.HF_CREDENTIALS,5});67const result = await higgsfield.subscribe(8 "soul-id",9 {10 input: {},11 withPolling: true,12 },13);1415console.log(result);
import { config, higgsfield } from "@higgsfield/client/v2";
config({
credentials: process.env.HF_CREDENTIALS,
});
const result = await higgsfield.subscribe(
"soul-id",
{
input: {},
withPolling: true,
},
);
console.log(result);