Fusio Worker API

The Fusio Worker API enables executing API action logic in multiple programming languages by forwarding requests to external worker processes. Workers are implemented in the target language (JavaScript, Python, Java, PHP, etc.) and communicate with the Fusio core via a simple REST interface, enabling serverless deployments.

API entry from apis.yml

apis.yml Raw ↑
aid: fusio:fusio-worker-api
name: Fusio Worker API
description: The Fusio Worker API enables executing API action logic in multiple programming languages
  by forwarding requests to external worker processes. Workers are implemented in the target language
  (JavaScript, Python, Java, PHP, etc.) and communicate with the Fusio core via a simple REST interface,
  enabling serverless deployments.
humanURL: https://docs.fusio-project.org/docs/concepts/worker_api
baseURL: https://www.fusio-project.org/
tags:
- Multi-Language
- REST API
- Serverless
- Worker
properties:
- type: Documentation
  url: https://docs.fusio-project.org/docs/concepts/worker_api
- type: GitHubRepository
  url: https://github.com/apioo/fusio-worker-php