Update a zoom
Clips
Update a zoom
PATCH
Update a zoom
Documentation Index
Fetch the complete documentation index at: https://tella.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key obtained from your Tella account settings
Body
application/json
Update an existing zoom
Required range:
x <= 9007199254740991Point on the screen recording to zoom into, expressed as percentages of the screen dimensions. Required for manualZoom; ignored for trackingZoom.
Magnification factor (1 = no zoom, 3.5 = max).
Required range:
1 <= x <= 3.5Example:
2
Required range:
0 <= x <= 9007199254740991manualZoom zooms into a fixed focusPoint on the screen. trackingZoom automatically follows the cursor in the screen recording.
Available options:
manualZoom, trackingZoom Example:
"manualZoom"
Response
OK
A zoom on a clip
A zoom effect applied to the clip's screen layer (does not affect the camera). Use manualZoom with a focusPoint, or trackingZoom to follow the cursor automatically.