Skip to main content

Documentation Index

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

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

Overview

The Innflow API allows you to programmatically interact with workflows, executions, and integrations.
API documentation is coming soon. Contact support@innflow.ai for early access.

Authentication

All API requests require authentication using a Bearer token.
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.innflow.ai/v1/workflows

Base URL

https://api.innflow.ai/v1

Rate Limits

PlanRequests per minute
Free60
Pro300
EnterpriseCustom

Endpoints

Documentation for the following endpoints is in progress:
  • Workflows - Create, list, update, delete workflows
  • Executions - Trigger and monitor workflow runs
  • Integrations - Manage connected services