Interface: EncodeClipRequest
@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?
optionalconfigOverrides:EncoderConfigOverrides|null
Defined in: src/types/vision.ts:27
Optional override of the default encoder config.
fps?
optionalfps:number|null
Defined in: src/types/vision.ts:29
Optional FPS hint (used by the head when computing physical velocities).
sourceUri?
optionalsourceUri: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).