Resolve a transcript correction
PATCH/api/v1/videos/:videoId/corrections
Resolves a single correction on a video (IDOR-guarded): accept a suggested/candidate word, reject it, apply custom text, or undo a previous resolution. Accepting or applying custom text rebuilds the transcript and re-embeds it in the background. Required scope: documents:write.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Correction resolved.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded