Skip to main content
The V-Run API lets you trigger published workflows from your own applications, CI/CD pipelines, or external services.

Base URL

Authentication

All API requests require an API key passed in the x-api-key header. Each workflow has its own unique API key, available in the API Trigger tab of the workflow editor.
See Authentication for details.

Available endpoints

Execute workflow

Execute a published workflow with input parameters.

Request format

  • Content-Type: application/json or multipart/form-data (when uploading files)
  • Body: JSON object mapping input parameter names to values, matching the workflow’s config.yaml input schema

Response format

All responses are JSON. A successful execution returns the run result:

Error handling

Rate limits

API executions are subject to fair-use rate limits. If you need higher throughput, contact sales@virtualityhub.com.