Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.knouds.ai/llms.txt

Use this file to discover all available pages before exploring further.

Knouds is a visual canvas where you connect AI model nodes — image generators, video generators, music makers, and LLM assistants — into pipelines, then call them from your code with a single HTTP request. This documentation covers everything you need to build your first workflow, deploy it as an API, and integrate it into your product.

Quick Start

Build and run your first AI workflow in under five minutes.

Core Concepts

Learn about nodes, edges, handles, and the workflow execution model.

API Reference

Call deployed workflows and individual AI models from your code.

Node Types

Explore every node available on the canvas and what each one does.

How Knouds works

1

Build on the canvas

Drag nodes onto the canvas and connect them with typed edges. Each node represents one step in your AI pipeline — generate an image, pass it to a video generator, or analyze it with a language model.
2

Run and iterate

Click Run on any node or the whole workflow to execute it. Results appear inline on the canvas. Tweak parameters and re-run until the output is right.
3

Deploy as an API

Every workflow can be deployed as a REST endpoint. Your Request Input nodes define the body schema; your Response Output nodes define what gets returned.
4

Call from your code

Use your API key and a single POST request to trigger the workflow from any environment — a backend server, a GitHub Action, or a browser.

Credits & Plans

Understand credits, tiers, and what’s included in each plan.

API Keys

Generate and manage API keys to call Knouds from your code.