Documentation

Web API

Preset SyntaxIndexBuilding from Source

/factory/list

Example

List all available modules

Return: text/json

/factory/describe

Example

Describe a specific module.

Arguments

NameTypeDescription
namestringName of the module

Return: text/json

/pipeline/create

Example

Create an instance of the specified module

Arguments

NameTypeDescription
objectnamestringName of the module to instance

Return: text/json

/pipeline/remove

Example

Disconnect and remove a instance from the Pipeline.

Arguments

NameTypeDescription
objectnamestringId of the module to remove

Return: text/json

/pipeline/status

Example

Return the status of the whole Pipeline.

Return: text/json

/pipeline/connect

Example

Connect an output of a module to the input of another module

Arguments

NameTypeDescription
outstringId of the object with output
outidxintegerIndex of the output in out object
instringId of the object with in
inidxintegerIndex of the output in in object

Return: text/json

/pipeline/set

/pipeline/get

/pipeline/stream

/pipeline/start

/pipeline/stop

/pipeline/quit