an art-deco book cover that reads "THE GILDED HOUR", gold foil on deep teal

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-v3-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-v3-quality", {
prompt: { value: "example" },
aspectRatio: { value: "1:1" },
magicPrompt: { value: "Auto" },
style: { value: "None" },
seed: { value: 1 },
});# Install once, then sign in
npm install -g blitflow
blitflow login
blitflow node ideogram-v3-quality \
-i prompt="example" \
-i aspectRatio="1:1" \
-i magicPrompt="Auto" \
-i style="None" \
-i seed=1{
"name": "runs_node",
"arguments": {
"node": "ideogram-v3-quality",
"inputs": {
"prompt": {
"value": "example"
},
"aspectRatio": {
"value": "1:1"
},
"magicPrompt": {
"value": "Auto"
},
"style": {
"value": "None"
},
"seed": {
"value": 1
}
}
}
}curl https://studio.blitflow.com/api/v1/runs/node \
-H "Authorization: Bearer $BLITFLOW_TOKEN" \
-H "Content-Type: application/json" \
-d '{"node":"ideogram-v3-quality","inputs":{"prompt":{"value":"example"},"aspectRatio":{"value":"1:1"},"magicPrompt":{"value":"Auto"},"style":{"value":"None"},"seed":{"value":1}}}'Schema
Inputs
| prompt* | TEXT | ||
| aspectRatio | TEXT | 1:1 · 16:9 · 9:16 · 4:3 · 3:4 · 3:2 · 2:3 · 16:10 · 10:16 · 3:1 · 1:3 | 1:1 |
| magicPrompt | TEXT | Auto · On · Off | Auto |
| style | TEXT | Style type None · Auto · General · Realistic · Design | None |
| seed | INT |
Outputs
| image | IMAGE |