Skip to main content

Workflows API

The Workflows API allows you to create and execute automated debate workflows.

Endpoints

MethodEndpointDescription
GET/api/workflowsList workflows
POST/api/workflowsCreate workflow
POST/api/workflows/:id/executeExecute workflow
GET/api/workflows/executions/:idGet execution status

All endpoints also accept the /api/v1/ prefix. For full schemas and response examples, see the generated API reference at /docs/api/reference or the OpenAPI spec at /api/v1/openapi.json.