v1

latestOpenAPI 3.1.0MIT OR Apache-2.02026-07-17107151343.7 KB
flows

Get the current composition of a single PiP on a vision mixer block.

Returns the same per-PiP state as the corresponding entry in VisionMixerState::pips. Useful for exporting one PiP's composition (e.g. to save it as a reusable layout preset); restore it with a PUT to the same path.

get/api/flows/{flow_id}/blocks/{block_id}/pip/{pip_idx}

Path parameters

flow_idstring required

Flow ID (UUID)

block_idstring required

Vision mixer block instance ID

pip_idxinteger required

PiP index (0-based)

Response

Current PiP composition

bginteger nullable

Background input index, or None if no bg is set.

transformsobject

Per-source crop transforms, keyed by input index.