/
BR
brainbasehq
/
BrainBase API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2y ago
Details
Filter operations
Flows
5
get
Get all flows for a worker
post
Create a new flow
get
Get a single flow
put
Update a flow
delete
Delete a flow
Voice Deployments
5
Workers
5
Flows
Create a new flow
post
/api/workers/{workerId}/flows
Path parameters
workerId
string
required
Request body
CreateFlowRequest
required
— unresolved $ref
Response
Flow created
Flows
required
id
string
required
version
integer
required
name
string
required
label
string
nullable
code
string
required
createdAt
string
date-time
required
updatedAt
string
date-time
required
{"stackTrail":"components:schemas:Flows:properties:worker","oasType":"schema","type":"unknown","nullable":false}
workerId
string
required
{"stackTrail":"components:schemas:Flows:properties:deployments","oasType":"schema","type":"unknown","nullable":false}
Changes