Skip to main content
POST
Auto-crop a clip's screen recording

Authorizations

Authorization
string
header
required

API key obtained from your Tella account settings

Path Parameters

id
string
required

Video identifier

Example:

"vid_abc123def456"

clipId
string
required

Clip identifier

Example:

"cl_xyz789ghi012"

Body

application/json

Detect and apply a crop to the clip's screen recording at a playback time.

inpointMs
integer

Frame time in ms on the clip's playback timeline (cuts applied). Defaults to 0.

Required range: 0 <= x <= 9007199254740991
Example:

1000

Response

Crop applied

The crop selected by the detector and applied to the clip

aspectRatio
string
required
confidence
number
required
Required range: x >= 0
crop
object
required

Crop insets in source pixels

inpointMs
integer
required

Requested time on the clip playback timeline

Required range: 0 <= x <= 9007199254740991