Get Filler Word Removal
Returns the job resource: lifecycle status, progress, and — once completed — the presigned download URL of the cleaned video plus removal statistics (num_cuts, reduction_pct, durations).
Authorizations
HeyGen API key. Obtain from your HeyGen dashboard.
Path Parameters
Unique filler word removal job identifier
Response
Successful response
Full job resource returned by GET /v3/filler-word-removals/{id}.
Invariant: status=completed always carries a video_url — when the
run changes nothing (no filler cuts and no silence trims) the output is a
byte-copy of the original and the charge is auto-refunded, so polling
scripts never need a special no-op branch. Note num_cuts counts filler
segments only; a run may report num_cuts=0 yet still be billed when it
trimmed long silences (reduction_pct > 0).

