Base URL
Authentication
All API requests require an API key passed in thex-api-key header. Each workflow has its own unique API key, available in the API Trigger tab of the workflow editor.
Available endpoints
Execute workflow
Execute a published workflow with input parameters.
Request format
- Content-Type:
application/jsonormultipart/form-data(when uploading files) - Body: JSON object mapping input parameter names to values, matching the workflow’s
config.yamlinput schema