cURL
curl --request GET \ --url https://api.tella.com/v1/videos/{id}/clips/{clipId}/sources \ --header 'Authorization: Bearer <token>'
{ "sources": [ { "id": "su_abc", "medium": "ScreenMic", "dimensions": { "height": 1080, "width": 1920 }, "durationMs": 12450, "url": "<string>" } ] }
Returns the underlying sources used by a clip’s layers.
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
Sources of a clip
Show child attributes
Was this page helpful?
Contact support