Skip to content

podder-ai/podder-task-foundation-commands-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Plugin for Podder Task Foundation

With this plugin, you can make your process as an HTTP API only with one command !

How to install to your project

% podder plugin install podder-task-foundation-commands-http

How to run

% poetry run python manage.py http

Available APIs

Health Check

GET http://localhost:5000/healthz

Get all available process names

GET http://localhost:5000/api/processes

Execute process

POST http://localhost:5000/api/processes/{your process name}

You can pass your input files as multipart/form-data body data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published