
What Can the Premium API Do?
The Wrk API gives you access to all key parts of the Wrk platform:
Workflow Creation & Management
You can create new workflows directly through the API. These workflows are made up of tasks and Wrk Actions, which can be configured using your own data.
Getting the List of Available Wrk Actions
Just ask the API for the list of available Wrk Actions (i.e. API connectors, AI, OCR, RPA and Human in the loop)
Triggering Workflow Runs
You can programmatically trigger a workflow to run by passing in the required input data (either directly or via a webhook). Each run is tracked with a unique ID, allowing you to check the status, retrieve output, or handle errors. You can trigger workflows Asynchronously to let them run or synchronously to quickly get data back from your applications.
Connected Account Management
Some Wrk Actions require authenticated access to third-party tools (e.g., Salesforce, Google Drive, Slack). The API allows you to manage these connections, including authentication tokens, so your Wrkflows can operate seamlessly across systems.
What You Need to Know Before Getting Started
Resources & Useful Links
Technical Documentation
See the API documentation for details and examples on how to use the Wrk Premium API.
Access Refused?
If you are getting an authorization error, please ensure your account is in good standing.
Check the platform status page.
Need Support?
Visit our Support page.
Workflow Launches
Note that you do not need to have Premium API to do simple launches of automation workflows via API. See the documentation for the basic API.