a festival poster that reads "HARVEST MOON" over paper-cut hills

Output
Fill in the inputs and run the node to see its output here.
Run it from your code
The same node, called by id from any surface. Every tab pins ideogram-v4-balanced and passes the ports below. Full guide.
import { BlitClient } from "@blitflow/sdk";
const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });
const { outputs } = await runNode("ideogram-v4-balanced", {
prompt: { value: "example" },
resolution: { value: "None" },
});# Install once, then sign in
npm install -g blitflow
blitflow login
blitflow node ideogram-v4-balanced \
-i prompt="example" \
-i resolution="None"{
"name": "runs_node",
"arguments": {
"node": "ideogram-v4-balanced",
"inputs": {
"prompt": {
"value": "example"
},
"resolution": {
"value": "None"
}
}
}
}curl https://studio.blitflow.com/api/v1/runs/node \
-H "Authorization: Bearer $BLITFLOW_TOKEN" \
-H "Content-Type: application/json" \
-d '{"node":"ideogram-v4-balanced","inputs":{"prompt":{"value":"example"},"resolution":{"value":"None"}}}'Schema
Inputs
| prompt* | TEXT | ||
| resolution | TEXT | None · 2048x2048 · 1440x2880 · 2880x1440 · 1664x2496 · 2496x1664 · 1792x2240 · 2240x1792 · 1440x2560 · 2560x1440 · 1600x2560 · 2560x1600 · 1728x2304 · 2304x1728 · 1296x3168 · 3168x1296 · 1152x2944 · 2944x1152 · 1248x3328 · 3328x1248 · 1280x3072 · 3072x1280 | None |
Outputs
| image | IMAGE |