Skip to main content

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