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.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.
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
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.
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.
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.
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.