cURL
curl --request GET \ --url https://api.tella.com/v1/videos/{id}/clips/{clipId}/zooms \ --header 'Authorization: Bearer <token>'
{ "zooms": [ { "durationMs": 2000, "id": "ef_abc123", "startTimeMs": 1000, "type": "manualZoom", "focusPoint": { "xPct": 50, "yPct": 50 }, "scale": 2 } ] }
Returns the zoom effects on a clip.
Documentation IndexFetch the complete documentation index at: https://tella.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://tella.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key obtained from your Tella account settings
Video identifier
"vid_abc123def456"
Clip identifier
"cl_xyz789ghi012"
OK
Zooms on a clip
Show child attributes
Was this page helpful?
Contact support