---
title: "Flowise API Docs"
description: "<!-- markdownlint-disable MD030 -->"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/readme-457
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:36:34.744Z
license: CC-BY-4.0
attribution: "Flowise API Docs — Claudary (https://claudary.paisolsolutions.com/skills/readme-457)"
---

# Flowise API Docs
<!-- markdownlint-disable MD030 -->

## Overview

<!-- markdownlint-disable MD030 -->

# Flowise API Docs

English | [中文](./README-ZH.md)

A list of Flowise public APIs, allowing users to programmatically execute many of the same tasks as the same in the GUI.

To run this standalone:

1. Spin up Flowise server:
    ```sh
    cd Flowise
    pnpm start
    ```
2. Start API Docs server:
    ```sh
    cd packages/api-documentation
    pnpm start
    ```

To run in dev mode:

```sh
cd Flowise
pnpm dev
```

Docs will be served on: `http://localhost:6655/api-docs`

## License

Source code in this repository is made available under the [Apache License Version 2.0](https://github.com/FlowiseAI/Flowise/blob/master/LICENSE.md).

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/readme-457) · https://claudary.paisolsolutions.com
