Clips
Get clip transcript
Returns the words spoken in a clip with cuts applied — what viewers actually hear. Times are in ms relative to the clip's playback start. Word indices are stable identifiers for cut-by-transcript; they don't shift when cuts change.
get/v1/videos/{id}/clips/{clipId}/transcript
Path parameters
idstring required
Video identifier
Example:vid_abc123def456
Video identifier
clipIdstring required
Clip identifier
Example:cl_xyz789ghi012
Clip identifier
Response
OK
Example response
{
"words": [
{
"endTimeMs": 1800,
"index": 12,
"startTimeMs": 1500,
"text": "Hello"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.