List a video's transcript corrections
GET/api/v1/videos/:videoId/corrections
Returns a page of transcript corrections for a single video (IDOR-guarded), each with a short context snippet from the surrounding transcript so a caller can judge the most probable word. Never returns the full transcript body or the resolver identity. Required scope: documents:read.
Request
Responses
- 200
- 401
- 403
- 404
- 429
A page of corrections for the video.
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded