Truebit Verify
  • Getting Started
    • 📄What is Truebit Verify?
      • How does Truebit work?
      • System Actors
    • ⏱️Get Started
    • ⚙️Architecture
      • Truebit Verify Hub
      • Truebit Verify Nodes
      • What is a transcript?
        • Transcript example
        • API Transcript example
    • Key Concepts
      • What is verification?
      • Determinism
      • WebAssembly
      • Task instrumentation
  • Developing Truebit Tasks
    • Introduction
    • Writing Function Tasks
      • Supported languages
        • Javascript
        • Python
        • Rust
    • Writing API Tasks
    • Task examples
      • Function Task examples
        • Fibonacci
        • Reverse Alphabet
        • Encrypt sha256 using bun.js
        • Encrypt sha256 using Deno
        • ECDSA signature verification
        • NumPy example
      • API Task examples
        • Pet Store CRUD
        • API-Auth examples
    • Namespace management
    • Task Authorization
    • Truebit CLI
      • secret.json
  • Executing Truebit tasks
    • Introduction
    • Task Execution API
      • Execute Function Tasks
      • Execute API Tasks
      • Get Task Status
    • Transcript API
      • Get Transcript
      • Get Invoice
  • Community
    • Truebit Unchained Protocol
    • Support
Powered by GitBook
On this page

Was this helpful?

  1. Executing Truebit tasks

Task Execution API

Use the Task Execution API to call Function and API Tasks from an HTTP client.

PreviousIntroductionNextExecute Function Tasks

Last updated 3 months ago

Was this helpful?

API Docs

Interactive API docs can be found at:

The Task Execution API exposes your Truebit Task as an HTTP-based web service.

  • To run a , please call endpoint and specify the Namespace, Task name , task inputs, and task metadata.

  • To run an , 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.

https://run.truebit.network/dispatcher/api-docs/
Function Task
API Task
Function Task status endpoint
Api Task status endpoint
this
this