ArclodeArclode
Product Providers PricingDocsHow it works
Sign inGet an API key
DocsQuickstart & API referenceOne REST API for image, 3D, and video generation. Mint a key, POST a job, stream its events, download the result.AuthenticationEvery request carries an API key — eitherAuthorization: Bearer zk_live_… or anX-API-Key header. Keys are minted in /dashboard/api-keys and draw down the same credit balance you top up through billing.Submit a jobPOST /v1/jobs with a body of{ kind, input, version?, class? }input is the per-kind payload, forwarded verbatim to the worker. A successful submit returns202 with{ run_id, class, priority }.Capabilities
Image generationinference:image:generate
Text-to-image / 2D art generation through a single endpoint.Typical job ≈ 4 units (≈$0.04) — see pricing.
Image → 3D meshinference:3d:image-to-mesh
Turn a single image into a textured 3D mesh.Typical job ≈ 3 units (≈$0.03) — see pricing.
Text → 3D meshinference:3d:text-to-mesh
Generate a 3D mesh straight from a prompt.Typical job ≈ 44 units (≈$0.44) — see pricing.
Video generationinference:video:generate
Scene / image → controlled, consistent video.Typical job ≈ 36 units (≈$0.36) — see pricing.
Texture generationinference:texture:generate
PBR textures for an existing mesh or object.
Auto-riginference:rig
Skeleton + skin weights for a mesh, automatically.
Get the resultPoll GET /v1/jobs/{run_id} until the run reaches a terminal state. A finished job carriesoutput.urls — durable URLs to every generated artifact (images, meshes, video files), ready to download or hand to the next job.Stream eventsInstead of polling, subscribe toGET /v1/jobs/{run_id}/events — a server-sent-events (SSE) stream that follows the run fromqueuedstarteddone and closes on the terminal event.Errors
401Unauthorized
The API key is missing or invalid. Send it as Authorization: Bearer or X-API-Key.
402Insufficient credits
Your balance is too low to run the job. Top up in /dashboard/billing.
400Bad request
The kind is unknown or the body is malformed. Check GET /v1/capabilities for the supported kinds.
List capabilitiesGET /v1/capabilities returns the kinds the network currently routes — use it to discover new generators without a client update.TypeScriptPlain fetch is all you need — no SDK required to submit a job.Ready to submit your first job?Mint a key, top up once, and every generator on the network is one POST away.Get an API key
ArclodeThe AI media API that pays the machines that run it. Compute for the people — not billionaire datacenters.⚡ Powered by ZatabaseBuildCapabilitiesDocsPricing & creditsGet an API keyEarnRun computeHow payouts workProvider sign in© 2026 Black Leaf Digital · Arclode