Skip to content

Interface: EncodeClipRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Vision / EncodeClipRequest

Interface: EncodeClipRequest

Defined in: src/types/vision.ts:25

Body of POST /api/v1/vision/encode-clip — encode a video clip.

Properties

clipId

clipId: string

Defined in: src/types/vision.ts:31

Caller-chosen clip id echoed back on the response.


configOverrides?

optional configOverrides: EncoderConfigOverrides | null

Defined in: src/types/vision.ts:27

Optional override of the default encoder config.


fps?

optional fps: number | null

Defined in: src/types/vision.ts:29

Optional FPS hint (used by the head when computing physical velocities).


sourceUri?

optional sourceUri: string | null

Defined in: src/types/vision.ts:33

Optional source URI for audit (e.g. an S3 URI).


videoB64

videoB64: string

Defined in: src/types/vision.ts:35

Base64-encoded video bytes (mp4 / webm).