AI Tutor API Endpoint
Run Workflow API
Execute a workflow with custom input parameters.
Description
This endpoint allows you to execute a specific workflow by providing its ID and required input parameters.
Request Body
Content-Type: application/json
Authentication
Requires a Bearer token in the Authorization header.
Example Request
Response
Path Parameters
Name | Required | Type | Description |
---|---|---|---|
workflow_id | Yes | string | The ID of the workflow to run |
Request Parameters
Name | Required | Type | Description |
---|---|---|---|
story | Yes | string | The story prompt for the workflow |