With this plugin, you can make your process as an HTTP API only with one command !
% podder plugin install podder-task-foundation-commands-http
% poetry run python manage.py http
GET http://localhost:5000/healthz
GET http://localhost:5000/api/processes
POST http://localhost:5000/api/processes/{your process name}
You can pass your input files as multipart/form-data
body data.