Task Execution API
Use the Task Execution API to call Function and API Tasks from an HTTP client.
Last updated
Was this helpful?
Use the Task Execution API to call Function and API Tasks from an HTTP client.
Last updated
Was this helpful?
API Docs
Interactive API docs can be found at: https://run.truebit.network/dispatcher/api-docs/
The Task Execution API exposes your Truebit Task as an HTTP-based web service.
To run a Function Task, please call this endpoint and specify the Namespace, Task name , task inputs, and task metadata.
To run an API Task, please call endpoint and specify the Namespace, Task name , task inputs, and task metadata.
Use these endpoints to poll for outputs of asynchronous or long-running tasks.