Visual flow Content
This is the default content for Visual flow. Use slot="tab-visual" to provide custom content.
curl Content
This is the default content for curl. Use slot="tab-curl" to provide custom content.
TypeScript Content
This is the default content for TypeScript. Use slot="tab-typescript" to provide custom content.
One request in, one finished file out — no servers to run, pay only for what you make.
curl -sS -X POST "https://api.arclode.com/v1/jobs" \
-H "Authorization: Bearer $ARCLODE_API_KEY" \
-H 'Content-Type: application/json' \
-d '{
"kind": "inference:image:generate",
"input": {
"prompt": "A lighthouse on a basalt cliff at dusk, volumetric fog, cinematic",
"model": "fal-ai/flux-2-pro",
"imageSize": {
"width": 1024,
"height": 1024
}
}
}'const res = await fetch('https://api.arclode.com/v1/jobs', {
method: 'POST',
headers: {
authorization: `Bearer ${process.env.ARCLODE_API_KEY}`,
'content-type': 'application/json',
},
body: JSON.stringify({
"kind": "inference:image:generate",
"input": {
"prompt": "A lighthouse on a basalt cliff at dusk, volumetric fog, cinematic",
"model": "fal-ai/flux-2-pro",
"imageSize": {
"width": 1024,
"height": 1024
}
}
}),
});
if (!res.ok) throw new Error(`submit failed (${res.status})`);
const { run_id } = await res.json();
console.log('run:', run_id);
Two simple paths, one network
Build with it, or earn from it — pick your side. Both run on the same network of everyday computers people already own — put to work instead of another billion-dollar data center.
Make things with AI
One simple API — ask, and get your finished file.
Make one connection
Point your app or website at Arclode once. That single connection is all the setup there is — no servers to run, nothing to install.
Ask for what you want
Send a plain request for an image, a video, a 3D model, a voice clip, or written text. You watch it progress with live updates as it’s made.
Get your finished file back
Your finished image, video, model, voice, or text comes straight back to you, ready to use. You only pay for what you actually make.
Earn from your computer
Install it once — get paid for the work it does.
Install the app
Download the free app to your computer. It works with most gaming PCs and Macs — the same machine you already own does the work.
It works while you don’t
When you’re not using your computer, it quietly takes on paid AI tasks in the background. It’s a normal background app that supervises the work — each job runs walled off in its own throwaway micro-VM, kept away from your files, your logins, and the rest of your machine, and it only takes on the kinds of work you told it to. Stop it whenever you like.
You get paid for the work
You’re paid for the real work your computer does — nothing promised, only what it actually finishes. Your balance is yours to spend or cash out.
inference:image:generatefrom ~$0.04 / typical job
inference:video:generatefrom ~$0.36 / typical job
inference:3d:image-to-meshfrom ~$0.03 / typical job
inference:3d:text-to-meshfrom ~$0.44 / typical job
inference:texture:generate
inference:rig
inference:audio:music-generate
inference:audio:sfx-generate
inference:audio:text-to-speech
inference:audio:transcribe
inference:llm:text-generate
The future runs on AI — but the computers to run it already exist, sitting idle in homes and offices everywhere. Arclode puts them to work instead of pouring billions into new datacenters: your hardware joins the network, runs real jobs, and earns for it, while builders get an API that's cheaper because it's everyone's. A grid owned by the people who run it — not a handful of giants.