Workflow Step Mode APIs
Execute an individual step
POST
/
apis
/
request
/
workflow
/
step
/
run
/
{id}
Authorizations
api-key
string
headerrequiredPath Parameters
id
string
requiredUnique identifier for each workflow session
Body
application/json
step
string
requiredStep to be executted
type
enum<string>
requiredWhether it is an ASK or ACT method
Available options:
ACT
, ASK
schema
object
open ai compatable schema for structured output
Response
200 - application/json
stepId
string
requiredWorkflow executed step id
jobTaskId
string
requiredWorkflow session job id