an enamel pin design that reads "TRAIL CREW", crisp lettering on forest green

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-quality 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-quality", {
prompt: { value: "example" },
resolution: { value: "None" },
});# Install once, then sign in
npm install -g blitflow
blitflow login
blitflow node ideogram-v4-quality \
-i prompt="example" \
-i resolution="None"{
"name": "runs_node",
"arguments": {
"node": "ideogram-v4-quality",
"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-quality","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 |