v1
latestOpenAPI 3.1.0MIT OR Apache-2.02026-07-17107151343.7 KBflows
Trigger a scene transition on a compositor block.
Animates the transition between two inputs on a compositor/mixer block. Supported transition types:
- cut: Instant switch (no animation)
- fade: Cross-fade via alpha blending
- slide_left: New input slides in from the right
- slide_right: New input slides in from the left
- slide_up: New input slides in from the bottom
- slide_down: New input slides in from the top
post/api/flows/{flow_id}/blocks/{block_id}/transition
Path parameters
flow_idstring required
Flow ID (UUID)
block_idstring required
Block instance ID (e.g., 'comp_1')
Request body
Response
Transition triggered successfully