All models
Media utilitiesv1.0.0

Image Input

Ingest an uploaded or inline image (data: URI, base64, or URL) and host it as a reusable image artifact

1 inputIMAGE
Image Input input
Image Input output

Passthrough — re-hosts an image as a first-party asset

Run the node

IMAGE
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

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 image-input 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("image-input", {
  image: { ref: "https://..." },
});

Schema

Inputs

image*IMAGE

Outputs

imageIMAGE