Skip to main content

Overview

The Innflow API allows you to programmatically manage workflows and monitor executions.
API documentation is coming soon. Contact support@innflow.ai for early access.

Authentication

All API requests require an API key in the Authorization header. Innflow API keys start with inf_sk_ and are shown only once when created.

Base URL

Rate Limits

API keys allow up to 60 requests per minute by default.

Endpoints

Available API groups:
  • Workflows — List, create, update, delete, import, duplicate, deploy, undeploy, and execute workflows
  • Executions — List executions and fetch execution details, output, and node logs
  • Portal events — Receive portal event payloads for external surfaces

Execute a Workflow

Workflows must be deployed before they can be executed through the API.
The response includes the workflow ID, event IDs, and a triggered status.