Scade knowledge base
  • What is Scade?
  • Quick start
    • How to create a flow
  • Build a flow
    • What is Flow?
    • How to create a flow
    • What is a Node
    • What are the Start and End Nodes?
    • How to add nodes (AIs and tools) to your flow
    • Top Nodes settings
      • Large language models
      • Image generation
      • Transcribe audio to text (Whisper)
      • Image background removal options
    • How to Connect Nodes
    • How to Use Expression Editor
    • How to Copy Generated Images or Text
    • What is the 'View Source' of a Node
    • How to add python code
  • Flow examples
    • Building a flow: create promo cards of a product
    • Building a flow: a virtual AI editorial office
    • Building a flow: video transcription and summarization
    • 5 minute challenge: compare different LLMs
    • 5 minute challenge: upscale and colorize photos
    • 5 minute challenge: summarize audio
  • Publish
    • Run flows via API
  • Pricing and credits
Powered by GitBook
On this page
  1. Quick start

How to create a flow

PreviousQuick startNextBuild a flow

Last updated 3 months ago

  1. Log in to Scade.pro.

  2. Go to the Workflows section.

  3. Click the "Create" button at the top right.

  4. Choose how you want to start your flow:

  • Start with a blank flow To begin with a blank canvas, click the "New workflow" option. This will open the Workflows with two default nodes: a "Start" node and an "End" node. You'll notice the title "Untitled" at the top left with a pencil icon next to it. Click the pencil icon to name your flow.

  • Import from a file If you have a JSON file of an existing flow, click "Import from json" and select your file from your computer. Once uploaded, you'll be directed to the Workflows with your imported flow

  1. Or, alternatively, use a template. Go to the Explore section, choose whatever pre-set template you like, hover over it and click the Clone button.

After choosing how you want to start, you'll be directed to the Workflow builder. This is your creative space to drag and drop different nodes in order to design and implement the logic you need for your workflow.